From 6c2c3ace8bfe8918b516cc155fbf1104baa107f9 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 3 Aug 2003 18:00:00 +0200 Subject: =?UTF-8?q?Version=201.2.2=20-=20Fixed=20a=20bug=20in=20channel=20?= =?UTF-8?q?switching=20after=20Left/Right=20has=20been=20pressed=20(thanks?= =?UTF-8?q?=20to=20=20=20Michael=20Walle=20for=20reporting=20this=20one).?= =?UTF-8?q?=20-=20Improved=20channel=20switching=20in=20case=20of=20numeri?= =?UTF-8?q?cal=20input=20by=20switching=20as=20soon=20as=20=20=20the=20cha?= =?UTF-8?q?nnel=20is=20unique=20(suggested=20by=20Jaakko=20Hyv=C3=A4tti).?= =?UTF-8?q?=20-=20Fixed=20creating=20a=20new=20channel=20in=20the=20"Chann?= =?UTF-8?q?els"=20menu=20in=20case=20the=20'channels.conf'=20=20=20contain?= =?UTF-8?q?s=20':@nnn'=20lines=20with=20no=20text=20(thanks=20to=20Guy=20R?= =?UTF-8?q?oussin=20for=20reporting=20this=20=20=20one).=20-=20Changed=20t?= =?UTF-8?q?he=20behaviour=20of=20the=20'0'=20key=20in=20normal=20viewing?= =?UTF-8?q?=20mode=20so=20that=20a=20channel=20=20=20only=20qualifies=20as?= =?UTF-8?q?=20"previous"=20if=20it=20has=20been=20selected=20for=20at=20le?= =?UTF-8?q?ast=203=20seconds=20=20=20(suggested=20by=20Thomas=20Keil).=20-?= =?UTF-8?q?=20Now=20clearing=20the=20channel=20info=20display=20when=20ent?= =?UTF-8?q?ering=20numeric=20keys=20to=20switch=20=20=20channels=20(sugges?= =?UTF-8?q?ted=20by=20Guy=20Roussin).=20-=20Added=20missing=20I18N=20entry?= =?UTF-8?q?=20for=20"Ppid"=20(thanks=20to=20Rolf=20Ahrenberg).=20-=20Fixed?= =?UTF-8?q?=20handling=20the=20color=20buttons=20in=20the=20"Edit=20channe?= =?UTF-8?q?l"=20menu=20(thanks=20to=20Thomas=20=20=20Keil=20for=20reportin?= =?UTF-8?q?g=20this=20one).=20-=20Fixed=20an=20occasional=20"Broken=20pipe?= =?UTF-8?q?"=20error=20in=20SVDRP=20connections=20(thanks=20to=20Gerhard?= =?UTF-8?q?=20=20=20Steiner=20for=20reporting=20this=20one).=20-=20Fixed?= =?UTF-8?q?=20checking=20CA=20capabilities=20with=20the=20dvb-kernel=20dri?= =?UTF-8?q?ver=20(thanks=20to=20Kenneth=20=20=20Aafl=C3=B8y).=20-=20Fixed?= =?UTF-8?q?=20selecting=20the=20device,=20because=20sometimes=20an=20FTA?= =?UTF-8?q?=20recording=20terminated=20a=20=20=20CA=20recording=20(thanks?= =?UTF-8?q?=20to=20Emil=20Naepflein).=20-=20Fixed=20a=20possible=20crash?= =?UTF-8?q?=20in=20case=20a=20VFAT=20file=20system=20is=20used=20without?= =?UTF-8?q?=20compiling=20VDR=20=20=20with=20VFAT=3D1=20(thanks=20to=20Ern?= =?UTF-8?q?st=20F=C3=BCrst=20for=20reporting=20this=20one).=20-=20Now=20th?= =?UTF-8?q?e=20program=20uses=20the=20values=20of=20VIDEODIR=20and=20PLUGI?= =?UTF-8?q?NDIR=20defined=20in=20Makefile=20=20=20or=20Make.config=20as=20?= =?UTF-8?q?defaults=20(thanks=20to=20Steffen=20Barszus).=20-=20Added=20the?= =?UTF-8?q?=20usual=20menu=20timeout=20to=20the=20CAM=20menus.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- videodir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'videodir.c') diff --git a/videodir.c b/videodir.c index 4078fdf..94e7141 100644 --- a/videodir.c +++ b/videodir.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: videodir.c 1.9 2002/08/11 13:31:02 kls Exp $ + * $Id: videodir.c 1.10 2003/08/02 13:43:28 kls Exp $ */ #include "videodir.h" @@ -18,7 +18,7 @@ #include #include "tools.h" -const char *VideoDirectory = "/video"; +const char *VideoDirectory = VIDEODIR; class cVideoDirectory { private: -- cgit v1.2.3