mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
neutrino.cpp: workaround for (rare) crash, if old_b wrong
Origin commit data
------------------
Commit: cf0286ec08
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-10-23 (Tue, 23 Oct 2012)
This commit is contained in:
@@ -2349,7 +2349,7 @@ _repeat:
|
||||
SetChannelMode(old_mode);
|
||||
bouquetList->activateBouquet(old_b, false);
|
||||
if(!bouquetList->Bouquets.empty())
|
||||
bouquetList->Bouquets[old_b]->channelList->setSelected(old_num);
|
||||
bouquetList->Bouquets[bouquetList->getActiveBouquetNumber()]->channelList->setSelected(old_num);
|
||||
StartSubtitles(mode == mode_tv);
|
||||
}
|
||||
else if(nNewChannel == -3) { // list mode changed
|
||||
|
Reference in New Issue
Block a user