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()