eric6/Project/ProjectBrowserModel.py

changeset 7533
88261c96484b
parent 7518
6dea4abd3097
child 7780
41420f82c0ac
--- a/eric6/Project/ProjectBrowserModel.py	Sun Apr 12 18:46:08 2020 +0200
+++ b/eric6/Project/ProjectBrowserModel.py	Sun Apr 12 19:07:49 2020 +0200
@@ -131,9 +131,9 @@
         self.type_ = ProjectBrowserItemSimpleDirectory
         if os.path.lexists(self._dirName) and os.path.islink(self._dirName):
             self.symlink = True
-            self.icon = UI.PixmapCache.getSymlinkIcon("dirClosed.png")
+            self.icon = UI.PixmapCache.getSymlinkIcon("dirClosed")
         else:
-            self.icon = UI.PixmapCache.getIcon("dirClosed.png")
+            self.icon = UI.PixmapCache.getIcon("dirClosed")
     
     def setName(self, dinfo, full=True):
         """

eric ide

mercurial