diff options
| author | acid-burn <acid-burn@opendreambox.org> | 2011-02-22 20:54:54 +0100 |
|---|---|---|
| committer | acid-burn <acid-burn@opendreambox.org> | 2011-02-22 20:54:54 +0100 |
| commit | b4053026b1af27eee25d483cfdc33d91678479bd (patch) | |
| tree | a9f61ba1a4b912b92f21d61c0fb14755a54ce8b7 /lib/python/Plugins/Plugin.py | |
| parent | 50d5aff4b1e51eb3b0e014b0b0d519fbdb63c844 (diff) | |
| parent | df1a17b12cb9535832a8db9bcbcf213210ddca81 (diff) | |
| download | enigma2-b4053026b1af27eee25d483cfdc33d91678479bd.tar.gz enigma2-b4053026b1af27eee25d483cfdc33d91678479bd.zip | |
Merge remote branch 'origin/acid-burn/bug_670_plugin_restartoption'
Diffstat (limited to 'lib/python/Plugins/Plugin.py')
| -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: |
