From b72bcedb6f74e26af1e373f008737f1bce925ecd Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 13 Mar 2016 00:31:30 +0100 Subject: [PATCH] Revert "- epgview: resort EpgButtons; keep color keys together" This reverts commit c6d49db, because it breakes footers logic :/ Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/51df1933b0eb2b58476a8363cac6603e8c590a4e Author: vanhofen Date: 2016-03-13 (Sun, 13 Mar 2016) ------------------ This commit was generated by Migit --- src/gui/epgview.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index f7a3459ef..ab674d61f 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -1224,8 +1224,9 @@ const struct button_label EpgButtons[] = { { NEUTRINO_ICON_BUTTON_RED , LOCALE_TIMERBAR_RECORDEVENT }, { NEUTRINO_ICON_BUTTON_YELLOW, LOCALE_TIMERBAR_CHANNELSWITCH }, - { NEUTRINO_ICON_BUTTON_BLUE, LOCALE_EPGVIEWER_MORE_SCREENINGS_SHORT }, - { NEUTRINO_ICON_BUTTON_INFO_SMALL, LOCALE_CHANNELLIST_ADDITIONAL } + { NEUTRINO_ICON_BUTTON_INFO_SMALL , LOCALE_CHANNELLIST_ADDITIONAL }, + { NEUTRINO_ICON_BUTTON_BLUE, LOCALE_EPGVIEWER_MORE_SCREENINGS_SHORT } + }; void CEpgData::showTimerEventBar (bool pshow, bool adzap)