mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
- improved behaviour for the shared appicon thing.
- added a 'Bool recursive' flag to WMMergePLDictionaries() in WINGs
This commit is contained in:
@@ -597,7 +597,7 @@ main(int argc, char **argv)
|
||||
path = globalDefaultsPathForDomain("WindowMaker");
|
||||
val = WMReadPropListFromFile(path);
|
||||
if (val) {
|
||||
WMMergePLDictionaries(val, prop);
|
||||
WMMergePLDictionaries(val, prop, True);
|
||||
WMReleasePropList(prop);
|
||||
prop = val;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user