aboutsummaryrefslogtreecommitdiffstats
path: root/kbfunc.c
diff options
context:
space:
mode:
authorokan2016-12-01 20:28:19 +0000
committerokan2016-12-01 20:28:19 +0000
commit29118bc5f2d3da806407827df4b689bd80838a6f (patch)
tree82a1a451679725d504bd4643f0d6ac9d8c01eb59 /kbfunc.c
parent3e1ab95fb333a1c4cca76dfb5f2dc3bef7214bc2 (diff)
downloadcwm-29118bc5f2d3da806407827df4b689bd80838a6f.tar.gz
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbfunc.c b/kbfunc.c
index 90d1307..b198efe 100644
--- a/kbfunc.c
+++ b/kbfunc.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: kbfunc.c,v 1.139 2016/12/01 18:44:09 okan Exp $
+ * $OpenBSD: kbfunc.c,v 1.140 2016/12/01 20:28:19 okan Exp $
*/
#include <sys/types.h>
@@ -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) {