Refactor call to menu_input_search_start

This commit is contained in:
twinaphex 2015-05-18 17:54:54 +02:00
parent 3dc7f6ab19
commit 326ddd2986

View File

@ -189,7 +189,7 @@ void menu_input_key_event(bool down, unsigned keycode,
(void)mod;
if (character == '/')
menu_input_search_start();
menu_entry_action(NULL, 0, MENU_ACTION_SEARCH);
}
static void menu_input_poll_bind_state(struct menu_bind_state *state)