gui/channellist.cpp: not allow zap on scroll mode,

if current neutrino mode is mode_ts
This commit is contained in:
[CST] Focus
2012-10-22 13:30:31 +04:00
parent afdf9f30dd
commit 50b17f58f4

View File

@@ -738,10 +738,12 @@ int CChannelList::show()
}
}
else if (( msg == CRCInput::RC_spkr ) && g_settings.channellist_new_zap_mode ) {
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
selected = CRCInput::getNumericValue(msg);