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

Fixed crashing bug related to omnipresent icons in clip (fixes bug #1167)

This commit is contained in:
dan
1999-09-26 01:29:04 +00:00
parent 9b34f23b50
commit d1ee3cadb3
4 changed files with 13 additions and 32 deletions

View File

@@ -402,7 +402,8 @@ wAppIconPaint(WAppIcon *aicon)
# ifdef WS_INDICATOR
if (aicon->docked && scr->dock && aicon->yindex==0)
if (aicon->docked && scr->dock && scr->dock==aicon->dock &&
aicon->yindex==0)
updateDockNumbers(scr);
# endif
if (scr->dock_dots && aicon->docked && !aicon->running