mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 13:28:05 +01:00
Chnaged user defaults to use PLShallowSynchronize instead of PLSave
This commit is contained in:
@@ -97,7 +97,7 @@ saveDefaultsChanges(void)
|
||||
|
||||
while (tmp) {
|
||||
if (tmp->appDomain && tmp->dirty)
|
||||
PLSave(tmp->appDomain, YES);
|
||||
PLShallowSynchronize(tmp->appDomain);
|
||||
tmp = tmp->next;
|
||||
}
|
||||
}
|
||||
@@ -123,7 +123,7 @@ void
|
||||
WMSynchronizeUserDefaults(WMUserDefaults *database)
|
||||
{
|
||||
/* TODO: check what it should really do */
|
||||
PLSave(database->appDomain, YES);
|
||||
PLShallowSynchronize(database->appDomain);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user