mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
Remove globals and use new zapit class members
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1698 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6c6c2e9b29
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-09-18 (Sun, 18 Sep 2011)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -51,12 +51,12 @@
|
||||
#include <gui/widget/stringinput.h>
|
||||
|
||||
extern CBouquetList * bouquetList;
|
||||
extern t_channel_id live_channel_id;
|
||||
|
||||
#include <zapit/client/zapitclient.h> /* CZapitClient::Utf8_to_Latin1 */
|
||||
#include <driver/screen_max.h>
|
||||
|
||||
#include <zapit/client/zapittools.h>
|
||||
#include <zapit/zapit.h>
|
||||
|
||||
#include <algorithm>
|
||||
extern CPictureViewer * g_PicViewer;
|
||||
@@ -936,7 +936,7 @@ int CEventListHandler::exec(CMenuTarget* parent, const std::string &/*actionkey*
|
||||
channelList = CNeutrinoApp::getInstance()->channelList;
|
||||
//e->exec(channelList->getActiveChannel_ChannelID(), channelList->getActiveChannelName()); // UTF-8
|
||||
//e->exec(g_Zapit->getCurrentServiceID(), channelList->getActiveChannelName()); // UTF-8
|
||||
e->exec(live_channel_id, channelList->getActiveChannelName()); // UTF-8
|
||||
e->exec(CZapit::getInstance()->GetCurrentChannelID(), channelList->getActiveChannelName()); // UTF-8
|
||||
delete e;
|
||||
|
||||
return res;
|
||||
|
Reference in New Issue
Block a user