mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
gui/channellist.cpp: not allow zap on scroll mode,
if current neutrino mode is mode_ts
Origin commit data
------------------
Branch: ni/coolstream
Commit: 50b17f58f4
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-10-22 (Mon, 22 Oct 2012)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -738,9 +738,11 @@ int CChannelList::show()
|
||||
}
|
||||
}
|
||||
else if (( msg == CRCInput::RC_spkr ) && g_settings.channellist_new_zap_mode ) {
|
||||
this->new_mode_active = (this->new_mode_active ? 0 : 1);
|
||||
paintHead();
|
||||
showChannelLogo();
|
||||
if(CNeutrinoApp::getInstance()->getMode() != NeutrinoMessages::mode_ts) {
|
||||
this->new_mode_active = (this->new_mode_active ? 0 : 1);
|
||||
paintHead();
|
||||
showChannelLogo();
|
||||
}
|
||||
}
|
||||
else if (CRCInput::isNumeric(msg) && (this->historyMode || g_settings.sms_channel)) {
|
||||
if (this->historyMode) { //numeric zap
|
||||
|
Reference in New Issue
Block a user