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)

This commit is contained in:
Clement Lefebvre 2013-05-07 13:35:00 +02:00
parent b3df0f8725
commit 821f7a1b50

View File

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