Mark some found bugs with FIXME

This commit is contained in:
[CST] Focus
2012-03-22 18:15:18 +04:00
parent bee30ec491
commit 2209489d3e
2 changed files with 5 additions and 2 deletions

View File

@@ -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