--- a/Project/LexerAssociationDialog.py Fri Oct 18 23:00:41 2013 +0200 +++ b/Project/LexerAssociationDialog.py Fri Nov 01 15:48:48 2013 +0100 @@ -89,7 +89,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()