diff --git a/HISTORY b/HISTORY index e87c890..8859c30 100644 --- a/HISTORY +++ b/HISTORY @@ -39,7 +39,7 @@ VDR Plugin 'iptv' Revision History - Mapped 'kInfo' as help key in setup menu. - Refactored statistic collecting code. -2008-xx-xx: Version 0.0.7 +2008-02-18: Version 0.0.7 - Updated French translation (Thanks to Michaël Nival). - Modified VDR locale support detection. @@ -47,3 +47,4 @@ VDR Plugin 'iptv' Revision History - Modified channels.conf format to enable/disable channel specific pid and sid scanning functionality. - Removed the general sid scanning setup option. +- Updated for vdr-1.5.15. diff --git a/setup.c b/setup.c index 7d13f9e..4d1d78e 100644 --- a/setup.c +++ b/setup.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: setup.c,v 1.54 2008/02/17 19:18:47 rahrenbe Exp $ + * $Id: setup.c,v 1.55 2008/02/18 11:54:01 rahrenbe Exp $ */ #include @@ -618,7 +618,7 @@ void cIptvMenuInfo::Display(void) { cOsdMenu::Display(); DisplayMenu()->SetText(text, true); - if (text) + if (*text) cStatus::MsgOsdTextItem(text); }