mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Updated for vdr-1.5.15.
This commit is contained in:
parent
71b0e52712
commit
c525b553e4
3
HISTORY
3
HISTORY
@ -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.
|
||||||
|
4
setup.c
4
setup.c
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user