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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user