summaryrefslogtreecommitdiff
path: root/setup.cpp
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2011-08-01 17:57:57 +0200
committerJochen Dolze <vdr@dolze.de>2011-08-01 17:57:57 +0200
commitb8a4b4091a4afe32c228ded9c0e612210b1607cc (patch)
tree559cec04c9c9ad55a57ddc9450004e53d898e90f /setup.cpp
parent197e21d0450b0fdc6b52f8c89a48c3cd637c88ed (diff)
downloadvdr-plugin-xmltv2vdr-b8a4b4091a4afe32c228ded9c0e612210b1607cc.tar.gz
vdr-plugin-xmltv2vdr-b8a4b4091a4afe32c228ded9c0e612210b1607cc.tar.bz2
Fixed setup "days in advance" double entry bug
Diffstat (limited to 'setup.cpp')
-rw-r--r--setup.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cpp b/setup.cpp
index b6ae0f1..694bd75 100644
--- a/setup.cpp
+++ b/setup.cpp
@@ -847,7 +847,6 @@ void cMenuSetupXmltv2vdrChannelMap::output(void)
cOsdItem *first=newtitle(tr("epg source channel options"));
Add(first,true);
- Add(new cMenuEditIntItem(tr("days in advance"),&days,1,daysmax),true);
Add(new cMyMenuEditBitItem(tr("type of processing"),&flags,OPT_APPEND,tr("merge"),tr("create")),true);
c1=Current();
if ((flags & OPT_APPEND)!=OPT_APPEND)