From 62cd7af10301a0a3dae076b29a1c66ceeeda626e Mon Sep 17 00:00:00 2001 From: focus Date: Mon, 18 Jan 2010 14:48:53 +0000 Subject: [PATCH] Fix radio channel list timers git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@181 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- src/gui/timerlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } }