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

Fixed a bug related to omnipresent icons in Clip

This commit is contained in:
dan
1999-05-17 13:04:17 +00:00
parent aff8982859
commit d95a0af324

View File

@@ -2907,7 +2907,7 @@ execCommand(WAppIcon *btn, char *command, WSavedState *state)
state->hidden = -1;
state->miniaturized = -1;
state->shaded = -1;
if (btn->dock == scr->dock)
if (btn->dock==scr->dock || btn->omnipresent)
state->workspace = -1;
else
state->workspace = scr->current_workspace;