summaryrefslogtreecommitdiff
path: root/eit.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-06-04 10:29:19 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-06-04 10:29:19 +0200
commit04f176b2489722283039e4c73e2f19e6a519fde1 (patch)
tree836c684f47f724b80196327a1413d95a4195e53a /eit.c
parent8d8dd8ecbd3a7c95800921009c72123939e3e571 (diff)
downloadvdr-04f176b2489722283039e4c73e2f19e6a519fde1.tar.gz
vdr-04f176b2489722283039e4c73e2f19e6a519fde1.tar.bz2
Added SetComponents() to the EPG handler interface
Diffstat (limited to 'eit.c')
-rw-r--r--eit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/eit.c b/eit.c
index 9840d9a2..12e1d242 100644
--- a/eit.c
+++ b/eit.c
@@ -8,7 +8,7 @@
* Robert Schneider <Robert.Schneider@web.de> and Rolf Hakenes <hakenes@hippomi.de>.
* Adapted to 'libsi' for VDR 1.3.0 by Marcel Wiesweg <marcel.wiesweg@gmx.de>.
*
- * $Id: eit.c 2.19 2012/06/04 10:10:11 kls Exp $
+ * $Id: eit.c 2.20 2012/06/04 10:26:10 kls Exp $
*/
#include "eit.h"
@@ -285,7 +285,7 @@ cEIT::cEIT(cSchedules *Schedules, int Source, u_char Tid, const u_char *Data, bo
delete ExtendedEventDescriptors;
delete ShortEventDescriptor;
- pEvent->SetComponents(Components);
+ EpgHandlers.SetComponents(pEvent, Components);
EpgHandlers.FixEpgBugs(pEvent);
if (LinkChannels)