ViewManager/BookmarkedFilesDialog.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 2525
8b507a9a2d40
parent 3034
7ce719013078
child 3145
a9de05d4a22f
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):

eric ide

mercurial