diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2012-05-08 14:31:06 +0200 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2012-05-08 14:31:06 +0200 |
commit | 2b14567643d2879c8db64a8e5fa7c0abb6d921bc (patch) | |
tree | 6e95e62e1bd6682299ed013d9e4ef6ed37a009ff /eepg.c | |
parent | 5387679550714151a3b8637e01ff941b498921c2 (diff) | |
download | vdr-plugin-eepg-2b14567643d2879c8db64a8e5fa7c0abb6d921bc.tar.gz vdr-plugin-eepg-2b14567643d2879c8db64a8e5fa7c0abb6d921bc.tar.bz2 |
start eepghandler
Diffstat (limited to 'eepg.c')
-rw-r--r-- | eepg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } |