summaryrefslogtreecommitdiff
path: root/changrp.c
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2013-01-02 19:24:44 +0100
committerChristian Wieninger <cwieninger@gmx.de>2013-01-02 19:24:44 +0100
commit5b85d9ca2d3cc4f0800e49c140eac583bf06e9a0 (patch)
treefcf11775d07a5f941ac9b0becae938323fe34af5 /changrp.c
parentb91509cf7c91def59a084d63fb2c3a523c71760e (diff)
downloadvdr-plugin-epgsearch-5b85d9ca2d3cc4f0800e49c140eac583bf06e9a0.tar.gz
vdr-plugin-epgsearch-5b85d9ca2d3cc4f0800e49c140eac583bf06e9a0.tar.bz2
changed mcSetup to mcSetupPlugins
Diffstat (limited to 'changrp.c')
-rw-r--r--changrp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/changrp.c b/changrp.c
index 33aa93c..867e1b0 100644
--- a/changrp.c
+++ b/changrp.c
@@ -305,8 +305,8 @@ void cMenuChannelGroupItem::Set(void)
cMenuChannelGroups::cMenuChannelGroups(char** GroupName)
:cOsdMenu(tr("Channel groups"),20)
{
-#if VDRVERSNUM >= 10728
- SetMenuCategory(mcSetup);
+#if VDRVERSNUM >= 10734
+ SetMenuCategory(mcSetupPlugins);
#endif
groupSel = -1;
groupName = GroupName;
@@ -410,8 +410,8 @@ eOSState cMenuChannelGroups::ProcessKey(eKeys Key)
cMenuEditChannelGroup::cMenuEditChannelGroup(cChannelGroup *Group, bool New)
:cOsdMenu(tr("Edit channel group"),30)
{
-#if VDRVERSNUM >= 10728
- SetMenuCategory(mcSetup);
+#if VDRVERSNUM >= 10734
+ SetMenuCategory(mcSetupPlugins);
#endif
group = Group;
channelSel = group->CreateChannelSel();