From 821f7a1b5070f5fc1e7a2ea938f1811a55896950 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Tue, 7 May 2013 13:35:00 +0200 Subject: [PATCH] Don't reload the icon when a desktop file changes (this is a regression, but after the migration to g.i, instanciating pixbufs repeatedly leads to segmentation faults and crashes mintmenu) --- usr/lib/linuxmint/mintMenu/plugins/easybuttons.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/lib/linuxmint/mintMenu/plugins/easybuttons.py b/usr/lib/linuxmint/mintMenu/plugins/easybuttons.py index 7ec44de..afe2741 100755 --- a/usr/lib/linuxmint/mintMenu/plugins/easybuttons.py +++ b/usr/lib/linuxmint/mintMenu/plugins/easybuttons.py @@ -451,10 +451,10 @@ class ApplicationLauncher( easyButton ): for child in self.labelBox: child.destroy() - self.iconName = self.appIconName + #self.iconName = self.appIconName self.setupLabels() - self.iconChanged() + #self.iconChanged() exists = True break