ViewManager/BookmarkedFilesDialog.py

changeset 3034
7ce719013078
parent 3031
ed2eaa573ca5
child 3060
5883ce99ee12
child 3160
209a07d7e401
diff -r 58fe260e7469 -r 7ce719013078 ViewManager/BookmarkedFilesDialog.py
--- 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):

eric ide

mercurial