summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2011-07-06 21:12:04 +0200
committerJochen Dolze <vdr@dolze.de>2011-07-06 21:12:04 +0200
commitd1e5f2282e566b3a95ac917e1760e31d1e9aa543 (patch)
tree0405d846f574088088cbb8129fdbcc6eb4e20814 /setup.h
parent4b9a5fb211b990e8fdd10b1e49f848d2a853f7ed (diff)
downloadvdr-plugin-xmltv2vdr-d1e5f2282e566b3a95ac917e1760e31d1e9aa543.tar.gz
vdr-plugin-xmltv2vdr-d1e5f2282e566b3a95ac917e1760e31d1e9aa543.tar.bz2
Added category handling
Added more error checking
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index 06207f8..003f540 100644
--- a/setup.h
+++ b/setup.h
@@ -82,6 +82,7 @@ private:
char commentator[255];
char guest[255];
char review[255];
+ char category[255];
cOsdItem *newtitle (const char *s);
public:
cMenuSetupXmltv2vdrTextMap(cPluginXmltv2vdr *Plugin);