mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
- 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:
@@ -1790,8 +1790,8 @@ void CChannelList::showChannelLogo()
|
|||||||
struct button_label SChannelListButtons[NUM_LIST_BUTTONS] =
|
struct button_label SChannelListButtons[NUM_LIST_BUTTONS] =
|
||||||
{
|
{
|
||||||
{ NEUTRINO_ICON_BUTTON_RED, LOCALE_INFOVIEWER_EVENTLIST},
|
{ NEUTRINO_ICON_BUTTON_RED, LOCALE_INFOVIEWER_EVENTLIST},
|
||||||
{ NEUTRINO_ICON_BUTTON_BLUE, LOCALE_INFOVIEWER_NEXT},
|
|
||||||
{ NEUTRINO_ICON_BUTTON_YELLOW, LOCALE_BOUQUETLIST_HEAD},
|
{ NEUTRINO_ICON_BUTTON_YELLOW, LOCALE_BOUQUETLIST_HEAD},
|
||||||
|
{ NEUTRINO_ICON_BUTTON_BLUE, LOCALE_INFOVIEWER_NEXT},
|
||||||
{ NEUTRINO_ICON_BUTTON_RECORD_INACTIVE, NONEXISTANT_LOCALE}
|
{ NEUTRINO_ICON_BUTTON_RECORD_INACTIVE, NONEXISTANT_LOCALE}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -1801,9 +1801,9 @@ void CChannelList::paintButtonBar(bool is_current)
|
|||||||
|
|
||||||
//manage now/next button
|
//manage now/next button
|
||||||
if (displayNext)
|
if (displayNext)
|
||||||
SChannelListButtons[1].locale = LOCALE_INFOVIEWER_NOW;
|
SChannelListButtons[2].locale = LOCALE_INFOVIEWER_NOW;
|
||||||
else
|
else
|
||||||
SChannelListButtons[1].locale = LOCALE_INFOVIEWER_NEXT;
|
SChannelListButtons[2].locale = LOCALE_INFOVIEWER_NEXT;
|
||||||
|
|
||||||
//manage record button
|
//manage record button
|
||||||
bool do_record = CRecordManager::getInstance()->RecordingStatus(getActiveChannel_ChannelID());
|
bool do_record = CRecordManager::getInstance()->RecordingStatus(getActiveChannel_ChannelID());
|
||||||
|
Reference in New Issue
Block a user