--- a/ViewManager/BookmarkedFilesDialog.py Fri Oct 18 18:42:10 2013 +0200 +++ b/ViewManager/BookmarkedFilesDialog.py Sat Oct 19 11:14:51 2013 +0200 @@ -50,7 +50,8 @@ @param txt the text of the file edit (string) """ self.addButton.setEnabled(txt != "") - self.changeButton.setEnabled(txt != "" and \ + self.changeButton.setEnabled( + txt != "" and \ self.filesList.currentRow() != -1) def on_filesList_currentRowChanged(self, row):