diff --git a/src/gui/timerlist.cpp b/src/gui/timerlist.cpp index 17c9d4439..0f610a464 100644 --- a/src/gui/timerlist.cpp +++ b/src/gui/timerlist.cpp @@ -1085,7 +1085,7 @@ int CTimerList::newTimer() mwradio->addItem(new CMenuForwarderNonLocalized((*channels)[j]->getName().c_str(), true, NULL, this, (std::string(cChannelId) + (*channels)[j]->getName()).c_str())); } if (!channels->empty()) - mcradio.addItem(new CMenuForwarderNonLocalized(g_bouquetManager->Bouquets[i]->Name.c_str(), true, NULL, mwtv)); + mcradio.addItem(new CMenuForwarderNonLocalized(g_bouquetManager->Bouquets[i]->Name.c_str(), true, NULL, mwradio)); } }