diff -r 0a02c433f52d -r 5883ce99ee12 Preferences/ConfigurationPages/IconsPage.py --- a/Preferences/ConfigurationPages/IconsPage.py Fri Nov 01 15:48:48 2013 +0100 +++ b/Preferences/ConfigurationPages/IconsPage.py Sun Nov 03 15:58:22 2013 +0100 @@ -79,7 +79,7 @@ """ self.addIconDirectoryButton.setEnabled(txt != "") self.showIconsButton.setEnabled( - txt != "" or \ + txt != "" or self.iconDirectoryList.currentRow() != -1) @pyqtSlot()