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