Merge remote branch 'origin/acid-burn/bug_670_plugin_restartoption'
authoracid-burn <acid-burn@opendreambox.org>
Thu, 17 Feb 2011 11:03:29 +0000 (12:03 +0100)
committeracid-burn <acid-burn@opendreambox.org>
Thu, 17 Feb 2011 11:03:29 +0000 (12:03 +0100)
lib/python/Components/PluginComponent.py

index 0e178ff..e5194b2 100755 (executable)
@@ -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[:]: