Fixed a typo in IconEditorGrid.py causing a traceback.

Sun, 29 Aug 2010 15:57:24 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 29 Aug 2010 15:57:24 +0200
changeset 519
3636a66eb5a2
parent 518
2b991e88765e
child 520
b0f523c3b037

Fixed a typo in IconEditorGrid.py causing a traceback.

IconEditor/IconEditorGrid.py file | annotate | diff | comparison | revisions
--- a/IconEditor/IconEditorGrid.py	Sun Aug 29 15:20:02 2010 +0200
+++ b/IconEditor/IconEditorGrid.py	Sun Aug 29 15:57:24 2010 +0200
@@ -138,7 +138,7 @@
         
         self.__undoStack.canRedoChanged.connect(self.canRedoChanged)
         self.__undoStack.canUndoChanged.connect(self.canUndoChanged)
-        self.__undoStack.cleanChanged.connect(elf.__cleanChanged)
+        self.__undoStack.cleanChanged.connect(self.__cleanChanged)
         
         self.imageChanged.connect(self.__updatePreviewPixmap)
         QApplication.clipboard().dataChanged.connect(self.__checkClipboard)

eric ide

mercurial