Updated for vdr-1.5.15.

This commit is contained in:
Rolf Ahrenberg 2008-02-18 11:54:01 +00:00
parent 71b0e52712
commit c525b553e4
2 changed files with 4 additions and 3 deletions

View File

@ -39,7 +39,7 @@ VDR Plugin 'iptv' Revision History
- Mapped 'kInfo' as help key in setup menu. - Mapped 'kInfo' as help key in setup menu.
- Refactored statistic collecting code. - 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). - Updated French translation (Thanks to Michaël Nival).
- Modified VDR locale support detection. - Modified VDR locale support detection.
@ -47,3 +47,4 @@ VDR Plugin 'iptv' Revision History
- Modified channels.conf format to enable/disable channel - Modified channels.conf format to enable/disable channel
specific pid and sid scanning functionality. specific pid and sid scanning functionality.
- Removed the general sid scanning setup option. - Removed the general sid scanning setup option.
- Updated for vdr-1.5.15.

View File

@ -3,7 +3,7 @@
* *
* See the README file for copyright information and how to reach the author. * 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 <string.h> #include <string.h>
@ -618,7 +618,7 @@ void cIptvMenuInfo::Display(void)
{ {
cOsdMenu::Display(); cOsdMenu::Display();
DisplayMenu()->SetText(text, true); DisplayMenu()->SetText(text, true);
if (text) if (*text)
cStatus::MsgOsdTextItem(text); cStatus::MsgOsdTextItem(text);
} }