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:
parent
b3df0f8725
commit
821f7a1b50
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user