diff options
| author | acid-burn <acid-burn@opendreambox.org> | 2011-02-18 20:31:01 +0100 |
|---|---|---|
| committer | acid-burn <acid-burn@opendreambox.org> | 2011-02-18 20:31:01 +0100 |
| commit | 47eb827c45c6c8637418b64480d518d8553e4ee9 (patch) | |
| tree | 8a2c7a238241502eb06617266fbefc664aee08d6 /lib/python/Plugins | |
| parent | 86e9360f343238d5b6fc180be0b6076549847bc3 (diff) | |
| parent | df1a17b12cb9535832a8db9bcbcf213210ddca81 (diff) | |
| download | enigma2-47eb827c45c6c8637418b64480d518d8553e4ee9.tar.gz enigma2-47eb827c45c6c8637418b64480d518d8553e4ee9.zip | |
Merge remote branch 'origin/acid-burn/bug_670_plugin_restartoption' into experimental
Diffstat (limited to 'lib/python/Plugins')
| -rwxr-xr-x | lib/python/Plugins/Plugin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Plugins/Plugin.py b/lib/python/Plugins/Plugin.py index 9ecdbc26..e26174a1 100755 --- a/lib/python/Plugins/Plugin.py +++ b/lib/python/Plugins/Plugin.py @@ -65,6 +65,7 @@ class PluginDescriptor: self.name = name self.internal = internal self.needsRestart = needsRestart + self.path = None if isinstance(where, list): self.where = where else: |
