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