diff options
author | Keine_Ahnung <no@mail.com> | 2013-01-26 15:45:58 +0100 |
---|---|---|
committer | Keine_Ahnung <no@mail.com> | 2013-01-26 15:45:58 +0100 |
commit | 573880e2e07794dbe799907e6a0fc6a7ede7b29b (patch) | |
tree | ced594e6cb5b3dd46c494763e1cbf104836c27d6 /uactivity.c | |
parent | 41d28a0f15e5bcf78ab17a6a9fd07bf4272bc04c (diff) | |
download | vdr-plugin-uactivity-573880e2e07794dbe799907e6a0fc6a7ede7b29b.tar.gz vdr-plugin-uactivity-573880e2e07794dbe799907e6a0fc6a7ede7b29b.tar.bz2 |
some bug fixes
Diffstat (limited to 'uactivity.c')
-rw-r--r-- | uactivity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uactivity.c b/uactivity.c index ed6ab97..bc36266 100644 --- a/uactivity.c +++ b/uactivity.c @@ -132,7 +132,7 @@ void cPluginUactivity::Stop(void) { // Stop any background activities the plugin is performing. Run.Call(oShutDown, k_Setup); - Run.Call(oShutDown, false); + Run.Call(oShutDown, !ShutdownHandler.IsUserInactive()); Run.Call(oShutDown); } |