Preferences/ConfigurationPages/IconsPage.py

changeset 3034
7ce719013078
parent 3025
67064c71df21
child 3060
5883ce99ee12
child 3160
209a07d7e401
diff -r 58fe260e7469 -r 7ce719013078 Preferences/ConfigurationPages/IconsPage.py
--- a/Preferences/ConfigurationPages/IconsPage.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/Preferences/ConfigurationPages/IconsPage.py	Sat Oct 19 13:03:39 2013 +0200
@@ -77,7 +77,7 @@
         """
         self.addIconDirectoryButton.setEnabled(txt != "")
         self.showIconsButton.setEnabled(
-            txt != "" or \
+            txt != "" or
             self.iconDirectoryList.currentRow() != -1)
         
     @pyqtSlot()

eric ide

mercurial