From ff8138f584b0d91c57541be7297262e8801201bb Mon Sep 17 00:00:00 2001 From: dan Date: Sat, 15 May 1999 20:45:09 +0000 Subject: [PATCH] Fixed a bug in Clip's omnipresent icons code. --- src/dock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dock.c b/src/dock.c index 90027205..0e3814a3 100644 --- a/src/dock.c +++ b/src/dock.c @@ -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)