diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-22 16:01:21 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-22 16:01:21 +0100 |
| commit | 6987607629f68a8c47cbe9cf48f6a112b83468ec (patch) | |
| tree | 90205a492152cef77e4a0c3c0257622602103994 /lib/python/Plugins/Plugin.py | |
| parent | c8ec3314997b357069372d7dc6746ffc7c21afa5 (diff) | |
| parent | 2c3384af08412169cad78b45eae107effafce328 (diff) | |
| download | enigma2-6987607629f68a8c47cbe9cf48f6a112b83468ec.tar.gz enigma2-6987607629f68a8c47cbe9cf48f6a112b83468ec.zip | |
Merge branch 'bug_305_add_plugin_where_audiomenu'
Diffstat (limited to 'lib/python/Plugins/Plugin.py')
| -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 |
