1
0
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:
dan
2000-04-12 02:16:01 +00:00
parent c5f05b2815
commit e222ba21bc

View File

@@ -417,7 +417,7 @@ WMGetDefaultsFromPath(char *path)
proplist_t
WMGetUDAllKeys(WMUserDefaults *database)
{
return PLGetAllDictionaryKeys(database->defaults);
return PLGetAllDictionaryKeys(database->appDomain);
}