--- a/UI/UserInterface.py Mon Aug 12 19:41:53 2013 +0200 +++ b/UI/UserInterface.py Mon Aug 12 22:21:53 2013 +0200 @@ -4095,7 +4095,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):