summaryrefslogtreecommitdiff
path: root/uactivity.c
diff options
context:
space:
mode:
authorKeine_Ahnung <no@mail.com>2013-01-26 15:45:58 +0100
committerKeine_Ahnung <no@mail.com>2013-01-26 15:45:58 +0100
commit573880e2e07794dbe799907e6a0fc6a7ede7b29b (patch)
treeced594e6cb5b3dd46c494763e1cbf104836c27d6 /uactivity.c
parent41d28a0f15e5bcf78ab17a6a9fd07bf4272bc04c (diff)
downloadvdr-plugin-uactivity-573880e2e07794dbe799907e6a0fc6a7ede7b29b.tar.gz
vdr-plugin-uactivity-573880e2e07794dbe799907e6a0fc6a7ede7b29b.tar.bz2
some bug fixes
Diffstat (limited to 'uactivity.c')
-rw-r--r--uactivity.c2
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);
}