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) |