mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
Mark some found bugs with FIXME
This commit is contained in:
@@ -373,6 +373,8 @@ int CChannelList::doChannelMenu(void)
|
||||
|
||||
if(result == CMessageBox::mbrYes) {
|
||||
bouquet_id = bouquetList->getActiveBouquetNumber();
|
||||
/* FIXME if bouquet name not unique, this is bad,
|
||||
* existsBouquet can find wrong bouquet */
|
||||
if(!strcmp(bouquetList->Bouquets[bouquet_id]->channelList->getName(), g_Locale->getText(LOCALE_FAVORITES_BOUQUETNAME)))
|
||||
bouquet_id = g_bouquetManager->existsUBouquet(g_Locale->getText(LOCALE_FAVORITES_BOUQUETNAME), true);
|
||||
else
|
||||
|
Reference in New Issue
Block a user