never used values

This commit is contained in:
satbaby
2012-05-08 16:31:25 +02:00
parent e023548008
commit 25563a2029
2 changed files with 3 additions and 6 deletions

View File

@@ -2354,7 +2354,7 @@ _repeat:
* other modes selected bouquet not restored */
SetChannelMode(old_mode);
bouquetList->activateBouquet(old_b, false);
if(bouquetList->Bouquets.empty())
if(!bouquetList->Bouquets.empty())
bouquetList->Bouquets[old_b]->channelList->setSelected(old_num);
StartSubtitles(mode == mode_tv);
}