Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 111376
Collapse All | Expand All

(-)src/Alacarte/GnomeDialogHandler.py (+1 lines)
Lines 212-217 Link Here
212
			)
212
			)
213
		commandEntry.gtk_entry().set_completion(self.completion)
213
		commandEntry.gtk_entry().set_completion(self.completion)
214
		iconButton = self.tree.get_widget('eiconbutton')
214
		iconButton = self.tree.get_widget('eiconbutton')
215
		if item.iconPath == None : item.iconPath = ''
215
		iconButton.set_pixmap_subdir(item.iconPath)
216
		iconButton.set_pixmap_subdir(item.iconPath)
216
		termCheck = self.tree.get_widget('etermcheck')
217
		termCheck = self.tree.get_widget('etermcheck')
217
		originalValues = (
218
		originalValues = (

Return to bug 111376