Project/LexerAssociationDialog.py

changeset 3030
4a0a82ddd9d2
parent 3010
befeff46ec0f
child 3058
0a02c433f52d
child 3160
209a07d7e401
--- a/Project/LexerAssociationDialog.py	Fri Oct 18 18:00:02 2013 +0200
+++ b/Project/LexerAssociationDialog.py	Fri Oct 18 18:42:10 2013 +0200
@@ -87,7 +87,8 @@
             self.editorFileExtEdit.clear()
             self.editorLexerCombo.setCurrentIndex(0)
             self.pygmentsLexerCombo.setCurrentIndex(0)
-            self.editorLexerList.sortItems(self.editorLexerList.sortColumn(),
+            self.editorLexerList.sortItems(
+                self.editorLexerList.sortColumn(),
                 self.editorLexerList.header().sortIndicatorOrder())
     
     @pyqtSlot()

eric ide

mercurial