aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoracid-burn <acid-burn@opendreambox.org>2011-02-17 12:03:10 +0100
committeracid-burn <acid-burn@opendreambox.org>2011-02-17 12:03:10 +0100
commit5e19a3f8a5e8ce8a4e2cb2b601a1b8ef3554e4be (patch)
treee0e6c33cd485e4bc75195ebe9c2cea42e17ef239 /lib
parentf157ad52f1bc3be81ccba075aa9218237aa71973 (diff)
parent1ddbbcc5385554314a1a142d8c2b7919851fe25b (diff)
downloadenigma2-5e19a3f8a5e8ce8a4e2cb2b601a1b8ef3554e4be.tar.gz
enigma2-5e19a3f8a5e8ce8a4e2cb2b601a1b8ef3554e4be.zip
Merge remote branch 'origin/acid-burn/bug_670_plugin_restartoption' into experimental
Diffstat (limited to 'lib')
-rwxr-xr-xlib/python/Components/PluginComponent.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Components/PluginComponent.py b/lib/python/Components/PluginComponent.py
index 0e178fff..e5194b28 100755
--- a/lib/python/Components/PluginComponent.py
+++ b/lib/python/Components/PluginComponent.py
@@ -124,6 +124,8 @@ class PluginComponent:
def clearPluginList(self):
self.pluginList = []
self.plugins = {}
+ self.firstRun = True
+ self.restartRequired = False
def shutdown(self):
for p in self.pluginList[:]: