mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
Fix infobar after virtual zap
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@314 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7177949c91
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-02-11 (Thu, 11 Feb 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -917,7 +917,7 @@ printf("**************************** CChannelList::zapTo me %x %s tuned %d new %
|
||||
if(g_settings.auto_timeshift && !CNeutrinoApp::getInstance()->recordingstatus) {
|
||||
g_InfoViewer->handleMsg(NeutrinoMessages::EVT_RECORDMODE, 0);
|
||||
}
|
||||
g_RCInput->postMsg( NeutrinoMessages::SHOW_INFOBAR, 0 );
|
||||
//g_RCInput->postMsg( NeutrinoMessages::SHOW_INFOBAR, 0 );
|
||||
|
||||
if (bouquetList != NULL) {
|
||||
//bouquetList->adjustToChannel( getActiveChannelNumber());
|
||||
@@ -927,13 +927,16 @@ printf("**************************** CChannelList::zapTo me %x %s tuned %d new %
|
||||
TVbouquetList->adjustToChannelID(chan->channel_id);
|
||||
TVsatList->adjustToChannelID(chan->channel_id);
|
||||
TVfavList->adjustToChannelID(chan->channel_id);
|
||||
TVallList->adjustToChannelID(chan->channel_id);
|
||||
}
|
||||
else if(CNeutrinoApp::getInstance()->getMode() == NeutrinoMessages::mode_radio) {
|
||||
RADIObouquetList->adjustToChannelID(chan->channel_id);
|
||||
RADIOsatList->adjustToChannelID(chan->channel_id);
|
||||
RADIOfavList->adjustToChannelID(chan->channel_id);
|
||||
RADIOallList->adjustToChannelID(chan->channel_id);
|
||||
}
|
||||
}
|
||||
g_RCInput->postMsg( NeutrinoMessages::SHOW_INFOBAR, 0 );
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user