Ecrire: Use the new eina_unicode_utf8_next_get.

SVN revision: 83641
This commit is contained in:
Tom Hacohen 2013-02-05 16:44:52 +00:00
parent e4b509c314
commit 45b6959615
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ _find_in_entry(Evas_Object *entry, const char *text, Eina_Bool jump_next)
while ((utf8 + idx) < found)
{
pos++;
eina_unicode_utf8_get_next(utf8, &idx);
eina_unicode_utf8_next_get(utf8, &idx);
}
elm_entry_select_none(entry);