fixed clearing epg info in displaychannel

This commit is contained in:
louis 2016-03-06 09:22:35 +01:00
parent c9be985391
commit e8ba29386c
2 changed files with 6 additions and 0 deletions

View File

@ -162,6 +162,11 @@ void cVeDcEpgInfo::Set(const cEvent *p, const cEvent *f) {
SetDirty();
}
void cVeDcEpgInfo::Close(void) {
tokenContainer->Clear();
cViewElement::Close();
}
bool cVeDcEpgInfo::EventHasTimer(const cEvent *e) {
if (!e) return false;
cGlobalSortedTimers SortedTimers;// local and remote timers

View File

@ -39,6 +39,7 @@ public:
virtual ~cVeDcEpgInfo(void);
void SetTokenContainer(void);
void Set(const cEvent *p, const cEvent *f);
void Close(void);
};
/******************************************************************
* cVeDcProgressBar