diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-03 15:23:41 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-03 15:25:30 +0100 |
| commit | b79bdb964320dabf4180ef6820a1ce335afccaa5 (patch) | |
| tree | 5733875f29cd63b18030e49925de9a259e95acaa /lib/python/Plugins | |
| parent | c5c481c395ec9828847ebfd81481005e1c8d4fdb (diff) | |
| download | enigma2-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')
| -rwxr-xr-x | lib/python/Plugins/Plugin.py | 2 |
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 |
