diff options
| author | acid-burn <acid-burn@opendreambox.org> | 2011-02-17 12:03:10 +0100 |
|---|---|---|
| committer | acid-burn <acid-burn@opendreambox.org> | 2011-02-17 12:03:10 +0100 |
| commit | 5e19a3f8a5e8ce8a4e2cb2b601a1b8ef3554e4be (patch) | |
| tree | e0e6c33cd485e4bc75195ebe9c2cea42e17ef239 /lib | |
| parent | f157ad52f1bc3be81ccba075aa9218237aa71973 (diff) | |
| parent | 1ddbbcc5385554314a1a142d8c2b7919851fe25b (diff) | |
| download | enigma2-5e19a3f8a5e8ce8a4e2cb2b601a1b8ef3554e4be.tar.gz enigma2-5e19a3f8a5e8ce8a4e2cb2b601a1b8ef3554e4be.zip | |
Merge remote branch 'origin/acid-burn/bug_670_plugin_restartoption' into experimental
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[:]: |
