From 435648cc3cf0b1713d4e976c971e599bbf50d5fe Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Tue, 24 Apr 2012 12:29:31 +0200 Subject: Don't show recordings menu if replay is stopped using kStop (Closes #934). --- myreplaycontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myreplaycontrol.c b/myreplaycontrol.c index dcef55d..fbcd1bf 100644 --- a/myreplaycontrol.c +++ b/myreplaycontrol.c @@ -78,7 +78,7 @@ eOSState myReplayControl::ProcessKey(eKeys Key) lastState = osEnd; if(lastState == osEnd && mysetup.ReturnToPlugin) fCallPlugin = true; - if(Key==kBlue) + if(Key==kBlue || Key==kStop) fCallPlugin = false; return lastState; } -- cgit v1.2.3