mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
Revert "very bad idea src/gui/channellist.cpp fix current channel after edit mode"
This reverts commit 6593dcb064
.
This commit is contained in:
@@ -1185,8 +1185,7 @@ void CChannelList::zapToChannel(CZapitChannel *channel, bool force)
|
|||||||
|
|
||||||
selected_chid = channel->getChannelID();
|
selected_chid = channel->getChannelID();
|
||||||
g_RemoteControl->zapTo_ChannelID(selected_chid, channel->getName(), channel->number, (channel->Locked() == g_settings.parentallock_defaultlocked));
|
g_RemoteControl->zapTo_ChannelID(selected_chid, channel->getName(), channel->number, (channel->Locked() == g_settings.parentallock_defaultlocked));
|
||||||
if(CNeutrinoApp::getInstance()->adjustToChannelID(channel->getChannelID()))
|
CNeutrinoApp::getInstance()->adjustToChannelID(channel->getChannelID());
|
||||||
CZapit::getInstance()->SetCurrentChannelID(channel->getChannelID());
|
|
||||||
}
|
}
|
||||||
if(new_zap_mode != 2 /* not active */) {
|
if(new_zap_mode != 2 /* not active */) {
|
||||||
/* remove recordModeActive from infobar */
|
/* remove recordModeActive from infobar */
|
||||||
|
Reference in New Issue
Block a user