UI/UserInterface.py

branch
Py2 comp.
changeset 2847
1843ef6e2656
parent 2791
a9577f248f04
parent 2807
73c38615aced
child 3056
9986ec0e559a
--- 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):

eric ide

mercurial