--- a/E5Gui/E5SideBar.py Sat Oct 23 19:56:41 2010 +0200 +++ b/E5Gui/E5SideBar.py Mon Oct 25 14:33:59 2010 +0200 @@ -515,9 +515,9 @@ """ self.__autoHide = not checked if self.__autoHide: - self.__autoHideButton.setIcon(UI.PixmapCache.getIcon("autoHideOn")) + self.__autoHideButton.setIcon(UI.PixmapCache.getIcon("autoHideOn.png")) else: - self.__autoHideButton.setIcon(UI.PixmapCache.getIcon("autoHideOff")) + self.__autoHideButton.setIcon(UI.PixmapCache.getIcon("autoHideOff.png")) def __appFocusChanged(self, old, now): """