summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.neutrinoepg@schirrmacher.eu>2015-12-30 20:40:40 +0100
committerMartin Schirrmacher <vdr.neutrinoepg@schirrmacher.eu>2015-12-30 20:40:40 +0100
commitad017d88d94f888246f4a66d178273b9626ad107 (patch)
treeaf1fcf6f2417312e38685800f7e5d1a7d647e1d1
parent6ad59a68864f0d2a4eaaacfc2cd7041561ad8fa3 (diff)
downloadvdr-plugin-neutrinoepg-ad017d88d94f888246f4a66d178273b9626ad107.tar.gz
vdr-plugin-neutrinoepg-ad017d88d94f888246f4a66d178273b9626ad107.tar.bz2
add patch for vdr-2.2
-rw-r--r--HISTORY1
-rw-r--r--osditem.c4
2 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index cea6878..f24a0a3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2,6 +2,7 @@ VDR Plugin 'neutrinoepg' Revision History
XXXX-XX-XX: Version 0.3.7
- [fix] Wenn ProgressBar eingestellt ist auf Textbalken, nutze für REC und Timer auch "*" "#" anstatt VDRSymbols
+- [add] Support for vdr-2.3.1
2013-21-09: Version 0.3.6
- [Feature] Unterstützung für Textbalken bei der ProgressBar
diff --git a/osditem.c b/osditem.c
index a8fa3bd..dda8008 100644
--- a/osditem.c
+++ b/osditem.c
@@ -36,7 +36,11 @@ void Icons::InitCharSet()
}
// --- myWhatsOnItem ----------------------------------------------------------
+#if APIVERSNUM >= 20301
myOsdItem::myOsdItem(const cEvent *Event, const cChannel *Channel, bool Next)
+#else
+myOsdItem::myOsdItem(const cEvent *Event, cChannel *Channel, bool Next)
+#endif
{
event = Event;
channel = Channel;