summaryrefslogtreecommitdiff
path: root/xml/parser.c
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2004-12-09 14:27:06 +0000
committerlordjaxom <lordjaxom>2004-12-09 14:27:06 +0000
commite4c359b5c303cecfc49fb82799805da9fee8dadb (patch)
treeca09dced5d5794edac92e64c54b04a07a4a4c4ea /xml/parser.c
parent5382d18d05d358bb1c313c642395e835aa44a6a0 (diff)
downloadvdr-plugin-text2skin-e4c359b5c303cecfc49fb82799805da9fee8dadb.tar.gz
vdr-plugin-text2skin-e4c359b5c303cecfc49fb82799805da9fee8dadb.tar.bz2
1.0-pre2v1.0-pre2
Diffstat (limited to 'xml/parser.c')
-rw-r--r--xml/parser.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/xml/parser.c b/xml/parser.c
index 1349769..4b957be 100644
--- a/xml/parser.c
+++ b/xml/parser.c
@@ -205,6 +205,9 @@ bool xStartElem(const std::string &name, std::map<std::string,std::string> &attr
|| name == "scrollbar") {
ATTRIB_OPT_STRING("color", object->mFg);
ATTRIB_OPT_STRING("bgColor", object->mBg);
+ ATTRIB_OPT_STRING("mark", object->mMark);
+ ATTRIB_OPT_STRING("active", object->mActive);
+ ATTRIB_OPT_STRING("keep", object->mKeep);
ATTRIB_OPT_FUNC ("current", object->mCurrent.Parse);
ATTRIB_OPT_FUNC ("total", object->mTotal.Parse);
}