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