[Pkg-wmaker-commits] [wmaker] 07/21: Avoid create again a docked application cache icon

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 54db8d6c43e23ec0404875a7e2d0a1454659bd9a
Author: Rodolfo García Peñas (kix) <kix at kix.es>
Date:   Sun Aug 23 20:56:57 2015 +0200

    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 at kix.es>
---
 src/appicon.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/appicon.c b/src/appicon.c
index 9028d0e..8eb668f 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);
 	}
 }
 

-- 
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