aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-02 14:02:22 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-02 14:02:22 +0000
commit0be83826dd31db1b88058bfc93528610afde2fda (patch)
tree6e692e0e5c39f6f52f65719f1afd1bf667a15a39 /lib/python/Plugins
parent9062e2e8234479445e6c06f8b873d7d866dc8492 (diff)
downloadenigma2-0be83826dd31db1b88058bfc93528610afde2fda.tar.gz
enigma2-0be83826dd31db1b88058bfc93528610afde2fda.zip
update the plugin-images
Diffstat (limited to 'lib/python/Plugins')
-rw-r--r--lib/python/Plugins/Makefile.am5
-rw-r--r--lib/python/Plugins/update.png0
-rw-r--r--lib/python/Plugins/update.py2
3 files changed, 4 insertions, 3 deletions
diff --git a/lib/python/Plugins/Makefile.am b/lib/python/Plugins/Makefile.am
index 610314d4..47e6cec2 100644
--- a/lib/python/Plugins/Makefile.am
+++ b/lib/python/Plugins/Makefile.am
@@ -2,5 +2,6 @@ installdir = $(LIBDIR)/enigma2/python/Plugins
install_PYTHON = \
__init__.py \
- update.py
-# example.py
+ update.py \
+ update.png
+
diff --git a/lib/python/Plugins/update.png b/lib/python/Plugins/update.png
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/lib/python/Plugins/update.png
diff --git a/lib/python/Plugins/update.py b/lib/python/Plugins/update.py
index 3653472a..c0c1ecb5 100644
--- a/lib/python/Plugins/update.py
+++ b/lib/python/Plugins/update.py
@@ -44,7 +44,7 @@ def main(session):
def getPicturePath():
- return ""
+ return "/usr/lib/enigma2/python/Plugins/update.png"
def getPluginName():
return "Softwareupdate" \ No newline at end of file