From 40d2369b12da350f684f5364a00c3501a6c038e6 Mon Sep 17 00:00:00 2001 From: Martin Prochnow Date: Mon, 29 May 2006 16:02:12 +0200 Subject: =?UTF-8?q?Version=200.11=20-=20added=20czech=20translation;=20tha?= =?UTF-8?q?nks=20to=20Vladim=EDr=20B=E1rta=20-=20added=20missing=20dialog?= =?UTF-8?q?=20for=20video=20dvds=20-=20added=20more=20meaningful=20error?= =?UTF-8?q?=20messages=20-=20avoid=20empty=20names=20and=20names=20startin?= =?UTF-8?q?g=20with=20.=20or=20..=20while=20editing=20-=20free=20space=20d?= =?UTF-8?q?isplay=20in=20title=20bar=20is=20now=20updated=20immediately=20?= =?UTF-8?q?-=20switched=20off=20editing=20of=20recordings=20and=20director?= =?UTF-8?q?ies=20while=20a=20cut=20is=20in=20progress=20-=20switched=20off?= =?UTF-8?q?=20resume=20by=20'Play'=20or=20'Menu'->'Blue'=20for=20archive?= =?UTF-8?q?=20dvd=20recordings=20-=20changed=20back=20the=20behaviour=20if?= =?UTF-8?q?=20replay=20ends;=20plugin=20has=20to=20open=20to=20unmount=20a?= =?UTF-8?q?rchive=20dvds=20-=20removed=20setup=20option=20"While=20opening?= =?UTF-8?q?=20jump=20to=20last=20replayed=20recording";=20its=20implementi?= =?UTF-8?q?on=20interfers=20with=20the=20following=20one=20-=20after=20ren?= =?UTF-8?q?aming=20a=20recording,=20the=20selection=20bar=20now=20stays=20?= =?UTF-8?q?at=20this=20renamed=20list=20entry=20-=20the=20parameters=20'mo?= =?UTF-8?q?ve'=20and=20'rename'=20for=20the=20'-r'-option=20of=20VDR=20hav?= =?UTF-8?q?e=20now=20the=20following=20format:=20move/rename=20oldname=20n?= =?UTF-8?q?ewname=20-=20fixed=20hopefully=20all=20problems=20in=20connecti?= =?UTF-8?q?on=20with=20renaming=20and=20moving=20directories=20-=20plugins?= =?UTF-8?q?=20closes=20if=20there=20are=20no=20recordings=20-=20fixed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- myreplaycontrol.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'myreplaycontrol.c') diff --git a/myreplaycontrol.c b/myreplaycontrol.c index 65c9dd5..bdfb123 100644 --- a/myreplaycontrol.c +++ b/myreplaycontrol.c @@ -5,16 +5,17 @@ #include #include #include "myreplaycontrol.h" +#include "mymenusetup.h" -bool myReplayControl::jumprec=true; +myReplayControl::~myReplayControl() +{ + cRemote::CallPlugin("extrecmenu"); +} eOSState myReplayControl::ProcessKey(eKeys Key) { if(Key==kBack) - { - cRemote::CallPlugin("extrecmenu"); return osEnd; - } return cReplayControl::ProcessKey(Key); } -- cgit v1.2.3