diff -r 4055a15ce0f2 -r 4a0a82ddd9d2 Project/LexerAssociationDialog.py --- 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()