mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
bouquetlist: use settings key
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1992 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -455,7 +455,7 @@ int CBouquetList::show(bool bShowChannelList)
|
||||
else
|
||||
paintItem(selected - liststart);
|
||||
}
|
||||
else if(msg == CRCInput::RC_left || msg == CRCInput::RC_right) {
|
||||
else if(msg == (neutrino_msg_t)g_settings.key_bouquet_up || msg == (neutrino_msg_t)g_settings.key_bouquet_down) {
|
||||
if(bShowChannelList) {
|
||||
int mode = CNeutrinoApp::getInstance()->GetChannelMode();
|
||||
mode += (msg == CRCInput::RC_left) ? -1 : 1;
|
||||
|
Reference in New Issue
Block a user