aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Plugin.py
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-12-03 15:23:41 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-12-03 15:25:30 +0100
commitb79bdb964320dabf4180ef6820a1ce335afccaa5 (patch)
tree5733875f29cd63b18030e49925de9a259e95acaa /lib/python/Plugins/Plugin.py
parentc5c481c395ec9828847ebfd81481005e1c8d4fdb (diff)
downloadenigma2-b79bdb964320dabf4180ef6820a1ce335afccaa5.tar.gz
enigma2-b79bdb964320dabf4180ef6820a1ce335afccaa5.zip
Plugins/Plugin.py, InfoBarGenerics.py: add WHERE_AUDIOMENU for plugins .. requested by Tode for the AudioSync Plugin
fixes bug #305
Diffstat (limited to 'lib/python/Plugins/Plugin.py')
-rwxr-xr-xlib/python/Plugins/Plugin.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Plugins/Plugin.py b/lib/python/Plugins/Plugin.py
index d7fc6898..dc68ebf3 100755
--- a/lib/python/Plugins/Plugin.py
+++ b/lib/python/Plugins/Plugin.py
@@ -52,6 +52,8 @@ class PluginDescriptor:
# reason (True: Networkconfig read finished, False: Networkconfig reload initiated )
WHERE_NETWORKCONFIG_READ = 12
+ WHERE_AUDIOMENU = 13
+
def __init__(self, name = "Plugin", where = [ ], description = "", icon = None, fnc = None, wakeupfnc = None, internal = False):
self.name = name
self.internal = internal