diff options
| author | acid-burn <acidburn@opendreambox.org> | 2009-02-17 16:45:43 +0100 |
|---|---|---|
| committer | acid-burn <acidburn@opendreambox.org> | 2009-02-17 16:45:43 +0100 |
| commit | 18d5fedc236e3374f8a31af5e312d12bb16fd31d (patch) | |
| tree | fae4339f0a974210768b6f5efdcac776a74416c1 /lib/python/Plugins | |
| parent | 6e7778ae1b3e258bc53e6ddd2a4635a84d07a92b (diff) | |
| download | enigma2-18d5fedc236e3374f8a31af5e312d12bb16fd31d.tar.gz enigma2-18d5fedc236e3374f8a31af5e312d12bb16fd31d.zip | |
follow Console() changes
add WHERE_NETWORKCONFIG_READ to Plugin Descriptor
make Reichi happy ;-)
Diffstat (limited to 'lib/python/Plugins')
| -rwxr-xr-x[-rw-r--r--] | lib/python/Plugins/Plugin.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Plugins/Plugin.py b/lib/python/Plugins/Plugin.py index 53e7b0b8..d7fc6898 100644..100755 --- a/lib/python/Plugins/Plugin.py +++ b/lib/python/Plugins/Plugin.py @@ -49,6 +49,9 @@ class PluginDescriptor: # or return a function which is called with session and the interface name for extended setup of this interface WHERE_EVENTINFO = 11 + # reason (True: Networkconfig read finished, False: Networkconfig reload initiated ) + WHERE_NETWORKCONFIG_READ = 12 + def __init__(self, name = "Plugin", where = [ ], description = "", icon = None, fnc = None, wakeupfnc = None, internal = False): self.name = name self.internal = internal |
