entrance: change back to elm_hoversel

This commit is contained in:
Marcel Hollerbach 2014-04-30 14:41:06 +02:00
parent d9a3fdf8d1
commit 427e66d8a9
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ entrance_fill(Evas_Object *obj, Entrance_Fill *ef, const Eina_List *contents, En
_entrance_fill_genlist(obj, ef, contents, fill_cb, func, data);
else if (!strcasecmp(type, "elm_gengrid"))
_entrance_fill_gengrid(obj, ef, contents, fill_cb, func, data);
else if (!strcasecmp(type, "elc_hoversel"))
else if (!strcasecmp(type, "elm_hoversel"))
_entrance_fill_hoversell(obj, ef, contents, fill_cb, func, data);
else
{