summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-01-07 22:56:08 +0000
committerlordjaxom <lordjaxom>2005-01-07 22:56:08 +0000
commitc6361f021ddb8881b1f6cef700aa67fb6ebc2eb7 (patch)
treed8f808c409771cf136b61da026750cdbf04612d4
parente5b5bd85f617619b79c284671f5ba1feb207815c (diff)
downloadvdr-plugin-text2skin-c6361f021ddb8881b1f6cef700aa67fb6ebc2eb7.tar.gz
vdr-plugin-text2skin-c6361f021ddb8881b1f6cef700aa67fb6ebc2eb7.tar.bz2
- missed a cxType::False for VDR's < 1.3.15
-rw-r--r--display.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/display.c b/display.c
index b9e60be..d9ea03d 100644
--- a/display.c
+++ b/display.c
@@ -1,5 +1,5 @@
/*
- * $Id: display.c,v 1.5 2005/01/05 19:27:45 lordjaxom Exp $
+ * $Id: display.c,v 1.6 2005/01/07 22:56:08 lordjaxom Exp $
*/
#include "render.h"
@@ -105,7 +105,7 @@ cxType cText2SkinDisplayChannel::GetTokenData(const txToken &Token)
case tChannelBouquet:
#if VDRVERSNUM < 10315
- return cxType::False;
+ return false;
#else
return mChannel != NULL
? (cxType)mChannel->Provider()