ViewManager/BookmarkedFilesDialog.py

changeset 3031
ed2eaa573ca5
parent 2302
f29e9405c851
child 3034
7ce719013078
--- 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):

eric ide

mercurial