From e11800652ea226528088bcbfd74677fce233600e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Sun, 23 Aug 2015 20:56:56 +0200 Subject: [PATCH] Avoid recreate Cached icon moving between docks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch avoids to create again the icon in the Cache if the icon was in other Dock/Clip/Drawer, becasue the icon was previously created and exits. Signed-off-by: Rodolfo García Peñas (kix) --- src/dock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dock.c b/src/dock.c index fce3f5bf..e27b28ae 100644 --- a/src/dock.c +++ b/src/dock.c @@ -2344,7 +2344,6 @@ Bool wDockMoveIconBetweenDocks(WDock *src, WDock *dest, WAppIcon *icon, int x, i icon->icon->shadowed = 0; update_icon = True; } - save_appicon(icon); } if (src->auto_collapse || src->auto_raise_lower)