diff -r 35fe0232fb8f -r f609a22f43bd Project/FiletypeAssociationDialog.py --- a/Project/FiletypeAssociationDialog.py Thu Mar 10 19:50:10 2016 +0100 +++ b/Project/FiletypeAssociationDialog.py Thu Mar 10 20:19:33 2016 +0100 @@ -153,8 +153,8 @@ self.deleteAssociationButton.setEnabled(False) else: self.deleteAssociationButton.setEnabled( - self.filetypeAssociationList.selectedItems()[0].text(0) - == txt) + self.filetypeAssociationList.selectedItems()[0] + .text(0) == txt) def transferData(self): """