summaryrefslogtreecommitdiff
path: root/theme.c
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2004-12-28 01:24:35 +0000
committerlordjaxom <lordjaxom>2004-12-28 01:24:35 +0000
commitd5de012d18ffe859b70e703fec6170b1021e4249 (patch)
tree0fd60f69e1e432ca891828a5ce42df6a47634c22 /theme.c
parentb0a767292621b6c79a8bd021bbe2915a64e5b30c (diff)
downloadvdr-plugin-text2skin-d5de012d18ffe859b70e703fec6170b1021e4249.tar.gz
vdr-plugin-text2skin-d5de012d18ffe859b70e703fec6170b1021e4249.tar.bz2
- moved marquee into renderer
- introduced object state cache - introduced blink element - introduced delay attribute to objects
Diffstat (limited to 'theme.c')
-rw-r--r--theme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme.c b/theme.c
index cf473e8..f4c614f 100644
--- a/theme.c
+++ b/theme.c
@@ -1,5 +1,5 @@
/*
- * $Id: theme.c,v 1.1 2004/12/19 22:03:19 lordjaxom Exp $
+ * $Id: theme.c,v 1.2 2004/12/28 01:24:35 lordjaxom Exp $
*/
#include "theme.h"
#include <vdr/osd.h>
@@ -22,7 +22,7 @@ bool cText2SkinTheme::Parse(const char *Text) {
mMap[name] = mTheme.AddColor(name.c_str(), value);
result = true;
} else
- esyslog("ERROR: text2skin: Parameters name and default must be present\n");
+ esyslog("ERROR: text2skin: Parameters name and default must be present");
} else
esyslog("ERROR: text2skin: syntax error");
}