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