--- a/ViewManager/BookmarkedFilesDialog.py Sat Oct 19 12:28:12 2013 +0200 +++ b/ViewManager/BookmarkedFilesDialog.py Sat Oct 19 13:03:39 2013 +0200 @@ -51,7 +51,7 @@ """ self.addButton.setEnabled(txt != "") self.changeButton.setEnabled( - txt != "" and \ + txt != "" and self.filesList.currentRow() != -1) def on_filesList_currentRowChanged(self, row):