From 573880e2e07794dbe799907e6a0fc6a7ede7b29b Mon Sep 17 00:00:00 2001 From: Keine_Ahnung Date: Sat, 26 Jan 2013 15:45:58 +0100 Subject: some bug fixes --- uactivity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uactivity.c') 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); } -- cgit v1.2.3