transform GSettings path to dconf key style

This commit is contained in:
Linus Dierheimer
2021-05-02 21:12:03 +02:00
parent f47a44f47a
commit 286095a09a
+1 -1
View File
@@ -43,7 +43,7 @@ static const char* getDConfValue(DConfData* data, const char* schemaName, const
ffStrbufAppendC(&dconfStyleKey, '/');
if(path != NULL && *path != '\0')
{
ffStrbufAppendS(&dconfStyleKey, path);
ffStrbufAppendTransformS(&dconfStyleKey, path, transformGSettingsToDConf);
ffStrbufAppendC(&dconfStyleKey, '/');
}
ffStrbufAppendS(&dconfStyleKey, key);