From 3b8856aa3c4507437c72b34fc6644e4b44d78498 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 15 Nov 2012 09:59:51 +0000 Subject: [PATCH] unbreak tab completion in efm typebufs SVN revision: 79331 --- src/bin/e_fm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c index 3cf7338f8..4c0c3b359 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -5693,6 +5693,8 @@ _e_fm2_typebuf_match(Evas_Object *obj, int next) if (!sd->typebuf.wildcard) break; } } + if (eina_list_count(sel) == 1) + ic_match = eina_list_data_get(sel); } else {