PluginComponent.py: properly reset all values if clearPluginList is called for exampl...
authoracid-burn <acid-burn@opendreambox.org>
Thu, 17 Feb 2011 11:00:56 +0000 (12:00 +0100)
committeracid-burn <acid-burn@opendreambox.org>
Thu, 17 Feb 2011 11:00:56 +0000 (12:00 +0100)
lib/python/Components/PluginComponent.py

index 0e178fff0790050f3338e4638106992339c9f628..e5194b28c9922fd9d3711da69dd6dc67bd4c3959 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[:]: