summaryrefslogtreecommitdiff
path: root/eepg.c
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2012-05-08 14:31:06 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2012-05-08 14:31:06 +0200
commit2b14567643d2879c8db64a8e5fa7c0abb6d921bc (patch)
tree6e95e62e1bd6682299ed013d9e4ef6ed37a009ff /eepg.c
parent5387679550714151a3b8637e01ff941b498921c2 (diff)
downloadvdr-plugin-eepg-2b14567643d2879c8db64a8e5fa7c0abb6d921bc.tar.gz
vdr-plugin-eepg-2b14567643d2879c8db64a8e5fa7c0abb6d921bc.tar.bz2
start eepghandler
Diffstat (limited to 'eepg.c')
-rw-r--r--eepg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eepg.c b/eepg.c
index d787951..ab684f4 100644
--- a/eepg.c
+++ b/eepg.c
@@ -4577,6 +4577,7 @@ bool cPluginEEPG::Start (void)
for (int i = 0; i < NumberOfAvailableSources; i++)
isyslog ("EEPG: Available sources:%s.", *cSource::ToString (AvailableSources[i]));
+ new cEEpgHandler();
return true;
}