mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
- Fixed xmms problem with shared appicons
- Fixed a problem with saving user defaults for windows after the shared appicon changes. - Fixed GNUstep apps not to show 2 appicons.
This commit is contained in:
@@ -556,8 +556,8 @@ handleDestroyNotify(XEvent *event)
|
||||
wUnmanageWindow(wwin, False, True);
|
||||
}
|
||||
|
||||
index = WMFindInArray(scr->fakeGroupLeaders, matchWindow, (void*)window);
|
||||
if (index != WANotFound) {
|
||||
while ((index = WMFindInArray(scr->fakeGroupLeaders, matchWindow,
|
||||
(void*)window)) != WANotFound) {
|
||||
WFakeGroupLeader *fPtr;
|
||||
|
||||
fPtr = WMGetFromArray(scr->fakeGroupLeaders, index);
|
||||
|
||||
Reference in New Issue
Block a user