1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 04:48:06 +01:00

Fixed a bug in Clip's omnipresent icons code.

This commit is contained in:
dan
1999-05-15 20:45:09 +00:00
parent 12ff477910
commit ff8138f584

View File

@@ -4219,7 +4219,7 @@ wClipMakeIconOmnipresent(WAppIcon *aicon, int omnipresent)
WAppIconChain *new_entry, *tmp, *tmp1;
int status = WO_SUCCESS;
if (aicon->dock == scr->dock)
if (aicon->dock == scr->dock || aicon == scr->clip_icon)
return WO_NOT_APPLICABLE;
if (aicon->omnipresent == omnipresent)