mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 10:22:34 +01:00
Listed keys in wrong proplist
This commit is contained in:
@@ -417,7 +417,7 @@ WMGetDefaultsFromPath(char *path)
|
||||
proplist_t
|
||||
WMGetUDAllKeys(WMUserDefaults *database)
|
||||
{
|
||||
return PLGetAllDictionaryKeys(database->defaults);
|
||||
return PLGetAllDictionaryKeys(database->appDomain);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user