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