summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2012-07-24 11:17:03 +0200
committerJochen Dolze <vdr@dolze.de>2012-07-24 11:17:03 +0200
commit13ef0038c75ec2a0e81712ee0cb2fae65c272da8 (patch)
tree20584ff70132977f1fc822e54dee6df110c8e460
parent517d84fa35524a94d063f210e72db05efc774ea9 (diff)
downloadvdr-plugin-xmltv2vdr-13ef0038c75ec2a0e81712ee0cb2fae65c272da8.tar.gz
vdr-plugin-xmltv2vdr-13ef0038c75ec2a0e81712ee0cb2fae65c272da8.tar.bz2
Fixed two minor bugs
-rw-r--r--import.cpp2
-rw-r--r--xmltv2vdr.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/import.cpp b/import.cpp
index b543bac..de5d2a7 100644
--- a/import.cpp
+++ b/import.cpp
@@ -983,7 +983,7 @@ bool cImport::PutEvent(cEPGSource *Source, sqlite3 *Db, cSchedule* Schedule,
#endif
#if VDRVERSNUM < 10726 && (!EPGHANDLER)
- event->SetTableID(0); // prevent EIT EPG to update this event
+ Event->SetTableID(0); // prevent EIT EPG to update this event
#endif
if (!added && changed)
diff --git a/xmltv2vdr.h b/xmltv2vdr.h
index 2c188ee..72702d9 100644
--- a/xmltv2vdr.h
+++ b/xmltv2vdr.h
@@ -129,7 +129,6 @@ public:
return (db!=NULL);
}
virtual bool IgnoreChannel(const cChannel *Channel);
- virtual bool SetTitle(cEvent *Event,const char *Title);
virtual bool SetShortText(cEvent *Event,const char *ShortText);
virtual bool SetDescription(cEvent *Event,const char *Description);
virtual bool HandleEvent(cEvent *Event);