From 94f681fc90229362e7e9bcc3c3699bb191f61ccc Mon Sep 17 00:00:00 2001 From: okan Date: Thu, 1 Dec 2016 20:28:19 +0000 Subject: Tame the number of 'exec' and 'path' search_match wrappers. No functional change now, though more can likely go later, losing the (paritally complete or incomplete/broken) argument completion bits. --- kbfunc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbfunc.c') diff --git a/kbfunc.c b/kbfunc.c index 995a8e7..1617b93 100644 --- a/kbfunc.c +++ b/kbfunc.c @@ -451,7 +451,7 @@ kbfunc_menu_exec(void *ctx, union arg *arg, enum xev xev) if ((mi = menu_filter(sc, &menuq, label, NULL, (CWM_MENU_DUMMY | CWM_MENU_FILE), - search_match_exec_path, NULL)) != NULL) { + search_match_exec, NULL)) != NULL) { if (mi->text[0] == '\0') goto out; switch (cmd) { -- cgit 1.4.1