From 54db8d6c43e23ec0404875a7e2d0a1454659bd9a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Sun, 23 Aug 2015 20:56:57 +0200 Subject: [PATCH] Avoid create again a docked application cache icon MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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) --- src/appicon.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/appicon.c b/src/appicon.c index 9028d0e6..8eb668fc 100644 --- a/src/appicon.c +++ b/src/appicon.c @@ -1190,7 +1190,6 @@ static void create_appicon_from_dock(WWindow *wwin, WApplication *wapp, Window m /* Paint it */ wAppIconPaint(wapp->app_icon); - save_appicon(wapp->app_icon); } } -- 2.11.4.GIT