summary refs log tree commit diff
path: root/kbfunc.c
diff options
context:
space:
mode:
authorokan <okan>2016-12-01 20:28:19 +0000
committerokan <okan>2016-12-01 20:28:19 +0000
commit94f681fc90229362e7e9bcc3c3699bb191f61ccc (patch)
tree1bff4f975c2e84e8a80261089958973ba00fd8ef /kbfunc.c
parentb94f0748d8872fa52f6c4f0e2feeba8e2dae131e (diff)
downloadcwm-94f681fc90229362e7e9bcc3c3699bb191f61ccc.tar.gz
cwm-94f681fc90229362e7e9bcc3c3699bb191f61ccc.tar.xz
cwm-94f681fc90229362e7e9bcc3c3699bb191f61ccc.zip
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.
Diffstat (limited to 'kbfunc.c')
-rw-r--r--kbfunc.c2
1 files changed, 1 insertions, 1 deletions
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) {