channellist: preset favorite bouquets when adding channels

when adding channels from the channellist context menu, the
useful targets are the favorites bouquets, so pre-select them
This commit is contained in:
Stefan Seyfried
2013-03-10 00:15:46 +01:00
committed by [CST] Focus
parent 367f6f6559
commit b8cd692257

View File

@@ -398,6 +398,10 @@ int CChannelList::doChannelMenu(void)
break;
case 2: // add to
/* default to favorites list, it makes no sense to add to autogenerated bouquets */
if (CNeutrinoApp::getInstance()->GetChannelMode() != LIST_MODE_FAV)
CNeutrinoApp::getInstance()->SetChannelMode(LIST_MODE_FAV);
do {
bouquet_id = bouquetList->exec(false);
} while(bouquet_id == -3);