Revert "- epgview: resort EpgButtons; keep color keys together"

This reverts commit 091e28f, because it breakes footers logic :/
This commit is contained in:
svenhoefer
2016-03-13 00:31:30 +01:00
parent 091e28f229
commit 51df1933b0

View File

@@ -1224,8 +1224,9 @@ const struct button_label EpgButtons[] =
{ {
{ NEUTRINO_ICON_BUTTON_RED , LOCALE_TIMERBAR_RECORDEVENT }, { NEUTRINO_ICON_BUTTON_RED , LOCALE_TIMERBAR_RECORDEVENT },
{ NEUTRINO_ICON_BUTTON_YELLOW, LOCALE_TIMERBAR_CHANNELSWITCH }, { 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) void CEpgData::showTimerEventBar (bool pshow, bool adzap)