mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
Revert "very bad idea src/gui/channellist.cpp fix current channel after edit mode"
This reverts commitfb2f8d9afe
. Origin commit data ------------------ Commit:0b07edaffe
Author: Jacek Jendrzej <overx300@gmail.com> Date: 2016-05-17 (Tue, 17 May 2016)
This commit is contained in:
@@ -1185,8 +1185,7 @@ 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));
|
||||
if(CNeutrinoApp::getInstance()->adjustToChannelID(channel->getChannelID()))
|
||||
CZapit::getInstance()->SetCurrentChannelID(channel->getChannelID());
|
||||
CNeutrinoApp::getInstance()->adjustToChannelID(channel->getChannelID());
|
||||
}
|
||||
if(new_zap_mode != 2 /* not active */) {
|
||||
/* remove recordModeActive from infobar */
|
||||
|
Reference in New Issue
Block a user