mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +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:
@@ -3203,7 +3203,7 @@ retry:
|
||||
}
|
||||
found = True;
|
||||
if (!wPreferences.no_animations && !icon->launching &&
|
||||
!dock->screen_ptr->flags.startup) {
|
||||
!dock->screen_ptr->flags.startup && !dock->collapsed) {
|
||||
WAppIcon *aicon;
|
||||
int x0, y0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user