- neutrino channellist: switch button sort order blue <-> yellow (patch by bellum)

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1863 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
striper
2011-11-18 13:54:14 +00:00
parent 3259f26dfe
commit 61031262b1

View File

@@ -1790,8 +1790,8 @@ void CChannelList::showChannelLogo()
struct button_label SChannelListButtons[NUM_LIST_BUTTONS] =
{
{ NEUTRINO_ICON_BUTTON_RED, LOCALE_INFOVIEWER_EVENTLIST},
{ NEUTRINO_ICON_BUTTON_BLUE, LOCALE_INFOVIEWER_NEXT},
{ NEUTRINO_ICON_BUTTON_YELLOW, LOCALE_BOUQUETLIST_HEAD},
{ NEUTRINO_ICON_BUTTON_BLUE, LOCALE_INFOVIEWER_NEXT},
{ NEUTRINO_ICON_BUTTON_RECORD_INACTIVE, NONEXISTANT_LOCALE}
};
@@ -1801,9 +1801,9 @@ void CChannelList::paintButtonBar(bool is_current)
//manage now/next button
if (displayNext)
SChannelListButtons[1].locale = LOCALE_INFOVIEWER_NOW;
SChannelListButtons[2].locale = LOCALE_INFOVIEWER_NOW;
else
SChannelListButtons[1].locale = LOCALE_INFOVIEWER_NEXT;
SChannelListButtons[2].locale = LOCALE_INFOVIEWER_NEXT;
//manage record button
bool do_record = CRecordManager::getInstance()->RecordingStatus(getActiveChannel_ChannelID());