mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
- improved behaviour for the shared appicon thing.
- added a 'Bool recursive' flag to WMMergePLDictionaries() in WINGs
This commit is contained in:
@@ -540,7 +540,7 @@ wDefaultChangeIcon(WScreen *scr, char *instance, char* class, char *file)
|
||||
if ((attr = WMGetFromPLDictionary(dict, key)) != NULL) {
|
||||
if (WMIsPLDictionary(attr)) {
|
||||
if (icon_value!=NULL && !same)
|
||||
WMMergePLDictionaries(attr, icon_value);
|
||||
WMMergePLDictionaries(attr, icon_value, False);
|
||||
else
|
||||
WMRemoveFromPLDictionary(attr, AIcon);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user