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

Avoid create again a docked application cache icon

This patch avoids to create again the cache icon for a docked application.
If the application is docked, then the icon was previosly created.

Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
This commit is contained in:
Rodolfo García Peñas (kix)
2015-08-23 20:56:57 +02:00
committed by Carlos R. Mafra
parent e11800652e
commit 54db8d6c43

View File

@@ -1190,7 +1190,6 @@ static void create_appicon_from_dock(WWindow *wwin, WApplication *wapp, Window m
/* Paint it */ /* Paint it */
wAppIconPaint(wapp->app_icon); wAppIconPaint(wapp->app_icon);
save_appicon(wapp->app_icon);
} }
} }