summaryrefslogtreecommitdiff
path: root/menu_commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'menu_commands.c')
-rw-r--r--menu_commands.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/menu_commands.c b/menu_commands.c
index bf1b38d..a1aae6e 100644
--- a/menu_commands.c
+++ b/menu_commands.c
@@ -232,7 +232,8 @@ eOSState cMenuSearchCommands::CreateSearchTimer(void)
cSearchExt* pNew = new cSearchExt;
strcpy(pNew->search, event->Title());
- return AddSubMenu(new cMenuEditSearchExt(pNew, true));
+ pNew->channelMin = pNew->channelMax = Channels.GetByChannelID(event->ChannelID());
+ return AddSubMenu(new cMenuEditSearchExt(pNew, true, false, true));
}
eOSState cMenuSearchCommands::CreateBlacklist(void)