mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
src/gui/channellist.cpp fix current channel after edit mode
Origin commit data
------------------
Commit: 6593dcb064
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-05-16 (Mon, 16 May 2016)
This commit is contained in:
@@ -1185,7 +1185,8 @@ void CChannelList::zapToChannel(CZapitChannel *channel, bool force)
|
||||
|
||||
selected_chid = channel->getChannelID();
|
||||
g_RemoteControl->zapTo_ChannelID(selected_chid, channel->getName(), channel->number, (channel->Locked() == g_settings.parentallock_defaultlocked));
|
||||
CNeutrinoApp::getInstance()->adjustToChannelID(channel->getChannelID());
|
||||
if(CNeutrinoApp::getInstance()->adjustToChannelID(channel->getChannelID()))
|
||||
CZapit::getInstance()->SetCurrentChannelID(channel->getChannelID());
|
||||
}
|
||||
if(new_zap_mode != 2 /* not active */) {
|
||||
/* remove recordModeActive from infobar */
|
||||
|
Reference in New Issue
Block a user