Preferences/ConfigurationPages/IconsPage.py

changeset 3025
67064c71df21
parent 3010
befeff46ec0f
child 3034
7ce719013078
child 3058
0a02c433f52d
diff -r 17c01303a239 -r 67064c71df21 Preferences/ConfigurationPages/IconsPage.py
--- a/Preferences/ConfigurationPages/IconsPage.py	Tue Oct 15 19:13:32 2013 +0200
+++ b/Preferences/ConfigurationPages/IconsPage.py	Wed Oct 16 15:16:54 2013 +0200
@@ -76,7 +76,8 @@
         @param txt the text of the directory edit (string)
         """
         self.addIconDirectoryButton.setEnabled(txt != "")
-        self.showIconsButton.setEnabled(txt != "" or \
+        self.showIconsButton.setEnabled(
+            txt != "" or \
             self.iconDirectoryList.currentRow() != -1)
         
     @pyqtSlot()

eric ide

mercurial