1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-05 05:14:13 +01:00

Workaround to avoid creating a second appicon when a KDE3 application opens

a config panel.
This commit is contained in:
dan
2003-12-13 14:08:32 +00:00
parent df75c86ef0
commit 0b42849a3e
2 changed files with 3 additions and 0 deletions

View File

@@ -119,6 +119,8 @@ Changes since version 0.80.2:
- Fixed 2 focus switching related bugs (Allan Peramaki <aperamak@cc.hut.fi>) - Fixed 2 focus switching related bugs (Allan Peramaki <aperamak@cc.hut.fi>)
- Fixed a bug that made the crash panel to be shown again and again when the - Fixed a bug that made the crash panel to be shown again and again when the
'Restart Window Maker' option was selected, under some circumstances. 'Restart Window Maker' option was selected, under some circumstances.
- Workaround to avoid creating a second appicon when a KDE3 application
opens a config panel.
Changes since version 0.80.1: Changes since version 0.80.1:

View File

@@ -70,5 +70,6 @@
xmcd = {Icon = Radio.xpm;}; xmcd = {Icon = Radio.xpm;};
xplaycd = {Icon = Radio.xpm;}; xplaycd = {Icon = Radio.xpm;};
xmms.Xmms = {NoAppIcon = Yes;}; xmms.Xmms = {NoAppIcon = Yes;};
"." = {NoAppIcon = Yes;};
"*" = {Icon = defaultAppIcon.#extension#;SharedAppIcon = Yes;}; "*" = {Icon = defaultAppIcon.#extension#;SharedAppIcon = Yes;};
} }