mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-19 13:24:11 +01:00
- improved behaviour for the shared appicon thing.
- added a 'Bool recursive' flag to WMMergePLDictionaries() in WINGs
This commit is contained in:
@@ -181,7 +181,7 @@ WMSynchronizeUserDefaults(WMUserDefaults *database)
|
||||
if (database->dirty && fileIsNewer) {
|
||||
plF = WMReadPropListFromFile(path);
|
||||
if (plF) {
|
||||
plF = WMMergePLDictionaries(plF, database->appDomain);
|
||||
plF = WMMergePLDictionaries(plF, database->appDomain, False);
|
||||
WMReleasePropList(database->appDomain);
|
||||
database->appDomain = plF;
|
||||
key = database->searchList[0];
|
||||
|
||||
Reference in New Issue
Block a user