1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

syncing trees

This commit is contained in:
dan
1999-09-27 15:58:05 +00:00
parent d1ee3cadb3
commit 845ceca24c

View File

@@ -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;
}