mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
gui/channellist.h: make tuned private
Origin commit data
------------------
Commit: 24ac76640e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-12 (Mon, 12 Mar 2012)
This commit is contained in:
@@ -3290,7 +3290,7 @@ void CNeutrinoApp::tvMode( bool rezap )
|
||||
SetChannelMode(g_settings.channel_mode);
|
||||
if( rezap ) {
|
||||
firstChannel();
|
||||
channelList->tuned = 0xfffffff;;
|
||||
channelList->setSelected(0xfffffff); /* make sure that zapTo_ChannelID will zap */
|
||||
channelList->zapTo( firstchannel.channelNumber -1 );
|
||||
}
|
||||
#ifdef USEACTIONLOG
|
||||
@@ -3494,7 +3494,7 @@ void CNeutrinoApp::radioMode( bool rezap)
|
||||
SetChannelMode(g_settings.channel_mode_radio);
|
||||
if( rezap ) {
|
||||
firstChannel();
|
||||
channelList->tuned = 0xfffffff;;
|
||||
channelList->setSelected(0xfffffff); /* make sure that zapTo_ChannelID will zap */
|
||||
channelList->zapTo( firstchannel.channelNumber -1 );
|
||||
}
|
||||
videoDecoder->ShowPicture(DATADIR "/neutrino/icons/radiomode.jpg");
|
||||
|
Reference in New Issue
Block a user