diff options
| author | acid-burn <acid-burn@opendreambox.org> | 2011-02-17 12:03:29 +0100 |
|---|---|---|
| committer | acid-burn <acid-burn@opendreambox.org> | 2011-02-17 12:03:29 +0100 |
| commit | e347ea39bb1984b1f0fbe5f56f3b35a33a8dbe9b (patch) | |
| tree | ccaf81ebe522577fc4d69574b27283a610c25bff /lib | |
| parent | 2262baf322e7fdfa10a60c260a565fda0d27ee62 (diff) | |
| parent | 1ddbbcc5385554314a1a142d8c2b7919851fe25b (diff) | |
| download | enigma2-e347ea39bb1984b1f0fbe5f56f3b35a33a8dbe9b.tar.gz enigma2-e347ea39bb1984b1f0fbe5f56f3b35a33a8dbe9b.zip | |
Merge remote branch 'origin/acid-burn/bug_670_plugin_restartoption'
Diffstat (limited to 'lib')
| -rwxr-xr-x | lib/python/Components/PluginComponent.py | 2 |
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[:]: |
