mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
channellist.cpp: fix wrong time for no further events
patch by TangoCash. thx!
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3bdb3bbc07
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-02-05 (Tue, 05 Feb 2013)
Origin message was:
------------------
- channellist.cpp: fix wrong time for no further events
patch by TangoCash. thx!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2114,6 +2114,7 @@ void CChannelList::paint_events(int index)
|
|||||||
|
|
||||||
evt.description = g_Locale->getText(LOCALE_EPGLIST_NOEVENTS);
|
evt.description = g_Locale->getText(LOCALE_EPGLIST_NOEVENTS);
|
||||||
evt.eventID = 0;
|
evt.eventID = 0;
|
||||||
|
evt.startTime = time_t(82800);
|
||||||
evtlist.push_back(evt);
|
evtlist.push_back(evt);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2170,6 +2171,7 @@ void CChannelList::readEvents(const t_channel_id channel_id)
|
|||||||
CChannelEvent evt;
|
CChannelEvent evt;
|
||||||
evt.description = g_Locale->getText(LOCALE_EPGLIST_NOEVENTS);
|
evt.description = g_Locale->getText(LOCALE_EPGLIST_NOEVENTS);
|
||||||
evt.eventID = 0;
|
evt.eventID = 0;
|
||||||
|
evt.startTime = time_t(82800);
|
||||||
evtlist.push_back(evt);
|
evtlist.push_back(evt);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user