--- a/UI/UserInterface.py Fri Jul 19 19:25:28 2013 +0200 +++ b/UI/UserInterface.py Fri Jul 19 19:26:12 2013 +0200 @@ -4089,7 +4089,7 @@ @param fn filename of the file to show (string) """ from IconEditor.IconEditorWindow import IconEditorWindow - dlg = IconEditorWindow(fn, self, fromEric=True) + dlg = IconEditorWindow(fn, self, fromEric=True, project=self.project) dlg.show() def __showPixmap(self, fn):