diff options
Diffstat (limited to 'myreplaycontrol.c')
-rw-r--r-- | myreplaycontrol.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/myreplaycontrol.c b/myreplaycontrol.c index f43e9b6..a7a76b4 100644 --- a/myreplaycontrol.c +++ b/myreplaycontrol.c @@ -22,7 +22,10 @@ myReplayControl::myReplayControl() myReplayControl::~myReplayControl() { if(fCallPlugin) + { + mysetup.ReturnToRec = true; cRemote::CallPlugin("extrecmenu"); + } } eOSState myReplayControl::ProcessKey(eKeys Key) |