mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
infoviewer: always paint 'no epg...' in the same place
Origin commit data
------------------
Commit: 93a428c817
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-31 (Fri, 31 May 2013)
This commit is contained in:
committed by
vanhofen
parent
6b1267e8e0
commit
38ea5ba88c
@@ -1674,7 +1674,7 @@ void CInfoViewer::show_Data (bool calledFromEvent)
|
||||
(calledFromEvent && !(info_CurrentNext.flags & (CSectionsdClient::epgflags::has_next|CSectionsdClient::epgflags::has_current))))
|
||||
{
|
||||
// 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... */
|
||||
char *p = new char[sizeof(t_channel_id)];
|
||||
memmove(p, &channel_id, sizeof(t_channel_id));
|
||||
|
Reference in New Issue
Block a user