diff -r 0a02c433f52d -r 5883ce99ee12 ViewManager/BookmarkedFilesDialog.py --- a/ViewManager/BookmarkedFilesDialog.py Fri Nov 01 15:48:48 2013 +0100 +++ b/ViewManager/BookmarkedFilesDialog.py Sun Nov 03 15:58:22 2013 +0100 @@ -52,7 +52,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):