diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-04-13 23:00:47 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-04-13 23:00:47 +0000 |
| commit | 2a8ecd871020fdd668cf5500460e5a6e7851b4b0 (patch) | |
| tree | 304d3f4dfbcee92f33cc6923afc8f39763b16b0a /lib/python/Screens/PluginBrowser.py | |
| parent | 87ea9af33d190bb2be90ce9c35b5e1bcf6388411 (diff) | |
| download | enigma2-2a8ecd871020fdd668cf5500460e5a6e7851b4b0.tar.gz enigma2-2a8ecd871020fdd668cf5500460e5a6e7851b4b0.zip | |
png cleanup by nemesis, source changes.
Diffstat (limited to 'lib/python/Screens/PluginBrowser.py')
| -rw-r--r-- | lib/python/Screens/PluginBrowser.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/python/Screens/PluginBrowser.py b/lib/python/Screens/PluginBrowser.py index 3b4ff116..6d0439ed 100644 --- a/lib/python/Screens/PluginBrowser.py +++ b/lib/python/Screens/PluginBrowser.py @@ -187,9 +187,9 @@ class PluginDownloadBrowser(Screen): def updateList(self): self.list = [] - expandableIcon = LoadPixmap(resolveFilename(SCOPE_SKIN_IMAGE, "expandable-plugins.png")) - expandedIcon = LoadPixmap(resolveFilename(SCOPE_SKIN_IMAGE, "expanded-plugins.png")) - verticallineIcon = LoadPixmap(resolveFilename(SCOPE_SKIN_IMAGE, "verticalline-plugins.png")) + expandableIcon = LoadPixmap(resolveFilename(SCOPE_SKIN_IMAGE, "skin_default/expandable-plugins.png")) + expandedIcon = LoadPixmap(resolveFilename(SCOPE_SKIN_IMAGE, "skin_default/expanded-plugins.png")) + verticallineIcon = LoadPixmap(resolveFilename(SCOPE_SKIN_IMAGE, "skin_default/verticalline-plugins.png")) self.plugins = {} for x in self.pluginlist: |
