mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
syncing trees
This commit is contained in:
@@ -4441,8 +4441,7 @@ wClipMakeIconOmnipresent(WAppIcon *aicon, int omnipresent)
|
|||||||
WAppIconChain *new_entry, *tmp, *tmp1;
|
WAppIconChain *new_entry, *tmp, *tmp1;
|
||||||
int status = WO_SUCCESS;
|
int status = WO_SUCCESS;
|
||||||
|
|
||||||
if ((!wPreferences.flags.nodock && aicon->dock == scr->dock) ||
|
if ((scr->dock && aicon->dock==scr->dock) || aicon==scr->clip_icon) {
|
||||||
aicon == scr->clip_icon) {
|
|
||||||
return WO_NOT_APPLICABLE;
|
return WO_NOT_APPLICABLE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user