diff -r 614babee9ae9 -r e4b2b0a27b4c Project/LexerAssociationDialog.py --- 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)