UI/UserInterface.py

changeset 2807
73c38615aced
parent 2770
fd5ee85f0450
child 2847
1843ef6e2656
child 2930
92973b701875
--- 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):

eric ide

mercurial