From c6d49db14d23cdc28470139dec06dfb48f795d38 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 12 Mar 2016 23:58:51 +0100 Subject: [PATCH] epgview: resort EpgButtons; keep color keys together Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/091e28f229b95aea5c5cf165712dbc8806870a21 Author: vanhofen Date: 2016-03-12 (Sat, 12 Mar 2016) Origin message was: ------------------ - epgview: resort EpgButtons; keep color keys together ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/epgview.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index ab674d61f..f7a3459ef 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -1224,9 +1224,8 @@ const struct button_label EpgButtons[] = { { NEUTRINO_ICON_BUTTON_RED , LOCALE_TIMERBAR_RECORDEVENT }, { NEUTRINO_ICON_BUTTON_YELLOW, LOCALE_TIMERBAR_CHANNELSWITCH }, - { NEUTRINO_ICON_BUTTON_INFO_SMALL , LOCALE_CHANNELLIST_ADDITIONAL }, - { NEUTRINO_ICON_BUTTON_BLUE, LOCALE_EPGVIEWER_MORE_SCREENINGS_SHORT } - + { NEUTRINO_ICON_BUTTON_BLUE, LOCALE_EPGVIEWER_MORE_SCREENINGS_SHORT }, + { NEUTRINO_ICON_BUTTON_INFO_SMALL, LOCALE_CHANNELLIST_ADDITIONAL } }; void CEpgData::showTimerEventBar (bool pshow, bool adzap)