From 2fcce66c1a4b918c892fb90fae8304ef20409b58 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Fri, 31 May 2013 11:33:47 +0200 Subject: [PATCH] infoviewer: always paint 'no epg...' in the same place Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/da79e3b205d2be3e8e6b8bf50c7f1ac7160c0206 Author: Stefan Seyfried Date: 2013-05-31 (Fri, 31 May 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/infoviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index 054ce36d7..7e4e95434 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -1700,7 +1700,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));