infoviewer: always paint 'no epg...' in the same place

Origin commit data
------------------
Branch: ni/coolstream
Commit: da79e3b205
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-31 (Fri, 31 May 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-05-31 11:33:47 +02:00
parent 680b445937
commit 2fcce66c1a

View File

@@ -1700,7 +1700,7 @@ void CInfoViewer::show_Data (bool calledFromEvent)
(calledFromEvent && !(info_CurrentNext.flags & (CSectionsdClient::epgflags::has_next|CSectionsdClient::epgflags::has_current)))) (calledFromEvent && !(info_CurrentNext.flags & (CSectionsdClient::epgflags::has_next|CSectionsdClient::epgflags::has_current))))
{ {
// no EPG available // no EPG available
display_Info(NULL, g_Locale->getText(gotTime ? LOCALE_INFOVIEWER_NOEPG : LOCALE_INFOVIEWER_WAITTIME)); display_Info(g_Locale->getText(gotTime ? LOCALE_INFOVIEWER_NOEPG : LOCALE_INFOVIEWER_WAITTIME), NULL);
/* send message. Parental pin check gets triggered on EPG events... */ /* send message. Parental pin check gets triggered on EPG events... */
char *p = new char[sizeof(t_channel_id)]; char *p = new char[sizeof(t_channel_id)];
memmove(p, &channel_id, sizeof(t_channel_id)); memmove(p, &channel_id, sizeof(t_channel_id));