unbreak tab completion in efm typebufs

SVN revision: 79331
This commit is contained in:
Mike Blumenkrantz 2012-11-15 09:59:51 +00:00
parent 9e4184cee1
commit 3b8856aa3c
1 changed files with 2 additions and 0 deletions

View File

@ -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
{