summaryrefslogtreecommitdiff
path: root/myreplaycontrol.c
diff options
context:
space:
mode:
Diffstat (limited to 'myreplaycontrol.c')
-rw-r--r--myreplaycontrol.c2
1 files changed, 1 insertions, 1 deletions
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;
}