mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
src/gui/epgview.cpp:check res after exec
Origin commit data
------------------
Commit: c40361147d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-02 (Fri, 02 Nov 2012)
This commit is contained in:
@@ -973,16 +973,11 @@ void CNeutrinoEventList::showFunctionBar (bool show, t_channel_id channel_id)
|
||||
int CEventListHandler::exec(CMenuTarget* parent, const std::string &/*actionkey*/)
|
||||
{
|
||||
int res = menu_return::RETURN_EXIT_ALL;
|
||||
CNeutrinoEventList *e;
|
||||
CChannelList *channelList;
|
||||
|
||||
|
||||
if (parent) {
|
||||
parent->hide();
|
||||
}
|
||||
e = new CNeutrinoEventList;
|
||||
|
||||
channelList = CNeutrinoApp::getInstance()->channelList;
|
||||
CNeutrinoEventList *e = new CNeutrinoEventList;
|
||||
CChannelList *channelList = CNeutrinoApp::getInstance()->channelList;
|
||||
e->exec(CZapit::getInstance()->GetCurrentChannelID(), channelList->getActiveChannelName()); // UTF-8
|
||||
delete e;
|
||||
|
||||
|
Reference in New Issue
Block a user