diff -r d4fa462547bc -r a05eff845522 Preferences/ConfigurationPages/PluginManagerPage.py --- a/Preferences/ConfigurationPages/PluginManagerPage.py Tue Jan 07 18:08:40 2014 +0100 +++ b/Preferences/ConfigurationPages/PluginManagerPage.py Wed Jan 08 19:07:23 2014 +0100 @@ -19,6 +19,7 @@ import Preferences import Utilities +import UI.PixmapCache class PluginManagerPage(ConfigurationPageBase, Ui_PluginManagerPage): @@ -33,6 +34,8 @@ self.setupUi(self) self.setObjectName("PluginManagerPage") + self.downloadDirButton.setIcon(UI.PixmapCache.getIcon("open.png")) + self.downloadDirCompleter = E5DirCompleter(self.downloadDirEdit) # set initial values