aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoracid-burn <acid-burn@opendreambox.org>2011-02-17 12:03:29 +0100
committeracid-burn <acid-burn@opendreambox.org>2011-02-17 12:03:29 +0100
commite347ea39bb1984b1f0fbe5f56f3b35a33a8dbe9b (patch)
treeccaf81ebe522577fc4d69574b27283a610c25bff /lib
parent2262baf322e7fdfa10a60c260a565fda0d27ee62 (diff)
parent1ddbbcc5385554314a1a142d8c2b7919851fe25b (diff)
downloadenigma2-e347ea39bb1984b1f0fbe5f56f3b35a33a8dbe9b.tar.gz
enigma2-e347ea39bb1984b1f0fbe5f56f3b35a33a8dbe9b.zip
Merge remote branch 'origin/acid-burn/bug_670_plugin_restartoption'
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[:]: