mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
Menus shadow; 0 calls timer-list in event-list; Fix exit from sleeptimer set; Testing backup/restore settings
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@647 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: c2cfa8862b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-07-03 (Sat, 03 Jul 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -563,6 +563,20 @@ int EventList::exec(const t_channel_id channel_id, const std::string& channelnam
|
||||
{
|
||||
loop= false;
|
||||
}
|
||||
else if (msg == CRCInput::RC_0) {
|
||||
hide();
|
||||
|
||||
CTimerList *Timerlist = new CTimerList;
|
||||
Timerlist->exec(NULL, "");
|
||||
delete Timerlist;
|
||||
timerlist.clear();
|
||||
g_Timerd->getTimerList (timerlist);
|
||||
|
||||
paintHead(channel_id, name);
|
||||
paint(channel_id);
|
||||
showFunctionBar(true);
|
||||
timeoutEnd = CRCInput::calcTimeoutEnd(g_settings.timing[SNeutrinoSettings::TIMING_EPG]);
|
||||
}
|
||||
else if (msg == CRCInput::RC_epg)
|
||||
{
|
||||
hide();
|
||||
|
Reference in New Issue
Block a user