Preferences/ConfigurationPages/IconsPage.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3025
67064c71df21
child 3060
5883ce99ee12
--- a/Preferences/ConfigurationPages/IconsPage.py	Fri Oct 18 23:00:41 2013 +0200
+++ b/Preferences/ConfigurationPages/IconsPage.py	Fri Nov 01 15:48:48 2013 +0100
@@ -78,7 +78,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