Project/LexerAssociationDialog.py

branch
5_0_x
changeset 691
e4b2b0a27b4c
parent 13
1af94a91f439
child 792
a13346916170
--- a/Project/LexerAssociationDialog.py	Wed Oct 20 08:40:46 2010 +0200
+++ b/Project/LexerAssociationDialog.py	Wed Oct 20 21:00:31 2010 +0200
@@ -78,7 +78,7 @@
                 index = self.editorLexerList.indexOfTopLevelItem(itmList[0])
                 itm = self.editorLexerList.takeTopLevelItem(index)
                 del itm
-            itm = QTreeWidgetItem(self.editorLexerList, [ext, lexer])
+            QTreeWidgetItem(self.editorLexerList, [ext, lexer])
             self.editorFileExtEdit.clear()
             self.editorLexerCombo.setCurrentIndex(0)
             self.pygmentsLexerCombo.setCurrentIndex(0)

eric ide

mercurial