eric6/Toolbox/Startup.py

changeset 7521
17974c348101
parent 7512
170e64742ae7
child 7527
b2ae47eaf0ae
equal deleted inserted replaced
7520:6acaa89ff7da 7521:17974c348101
136 iconPath = "breeze-light" 136 iconPath = "breeze-light"
137 defaultIconPaths = [ 137 defaultIconPaths = [
138 # add paths for vector graphics 138 # add paths for vector graphics
139 os.path.join(getConfig('ericIconDir'), iconPath), 139 os.path.join(getConfig('ericIconDir'), iconPath),
140 os.path.join(getConfig('ericIconDir'), iconPath, "languages"), 140 os.path.join(getConfig('ericIconDir'), iconPath, "languages"),
141 # add old default pixel icons
142 ] 141 ]
143 iconPaths = Preferences.getIcons("Path") 142 iconPaths = Preferences.getIcons("Path")
144 for iconPath in iconPaths: 143 for iconPath in iconPaths:
145 if iconPath: 144 if iconPath:
146 UI.PixmapCache.addSearchPath(iconPath) 145 UI.PixmapCache.addSearchPath(iconPath)

eric ide

mercurial