[Pkg-wmaker-commits] [wmaker] 06/21: Avoid recreate Cached icon moving between docks

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Jan 8 01:40:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch next
in repository wmaker.

commit e11800652ea226528088bcbfd74677fce233600e
Author: Rodolfo García Peñas (kix) <kix at kix.es>
Date:   Sun Aug 23 20:56:56 2015 +0200

    Avoid recreate Cached icon moving between docks
    
    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) <kix at kix.es>
---
 src/dock.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/dock.c b/src/dock.c
index fce3f5b..e27b28a 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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmaker.git



More information about the Pkg-wmaker-commits mailing list