mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
switch button color in channellist (blue <-> yellow) to align with tuxbox cvs
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1764 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: c0f6d00ed8
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2011-10-21 (Fri, 21 Oct 2011)
Origin message was:
------------------
- switch button color in channellist (blue <-> yellow) to align with tuxbox cvs
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1764 e54a6e83-5905-42d5-8d5c-058d10e6a962
------------------
This commit was generated by Migit
This commit is contained in:
@@ -617,7 +617,7 @@ int CChannelList::show()
|
||||
paint();
|
||||
timeoutEnd = CRCInput::calcTimeoutEnd(g_settings.timing[SNeutrinoSettings::TIMING_CHANLIST]);
|
||||
}
|
||||
else if (msg == CRCInput::RC_blue && ( bouquetList != NULL ) ) { //FIXME
|
||||
else if (msg == CRCInput::RC_yellow && ( bouquetList != NULL ) ) { //FIXME
|
||||
bShowBouquetList = true;
|
||||
loop=false;
|
||||
}
|
||||
@@ -865,7 +865,7 @@ int CChannelList::show()
|
||||
g_RCInput->postMsg( msg, data );
|
||||
loop=false;
|
||||
}
|
||||
else if ( msg == CRCInput::RC_yellow )
|
||||
else if ( msg == CRCInput::RC_blue )
|
||||
{
|
||||
displayNext = !displayNext;
|
||||
paint();
|
||||
@@ -1774,8 +1774,8 @@ void CChannelList::showChannelLogo()
|
||||
struct button_label SChannelListButtons[NUM_LIST_BUTTONS] =
|
||||
{
|
||||
{ NEUTRINO_ICON_BUTTON_RED, LOCALE_INFOVIEWER_EVENTLIST},
|
||||
{ NEUTRINO_ICON_BUTTON_YELLOW, LOCALE_INFOVIEWER_NEXT},
|
||||
{ NEUTRINO_ICON_BUTTON_BLUE, LOCALE_BOUQUETLIST_HEAD},
|
||||
{ NEUTRINO_ICON_BUTTON_BLUE, LOCALE_INFOVIEWER_NEXT},
|
||||
{ NEUTRINO_ICON_BUTTON_YELLOW, LOCALE_BOUQUETLIST_HEAD},
|
||||
{ NEUTRINO_ICON_BUTTON_RECORD_INACTIVE, NONEXISTANT_LOCALE}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user