bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/misc/entrance.git/commit/?id=427e66d8a9cc9ae85b89ffb357989d9ccc991845

commit 427e66d8a9cc9ae85b89ffb357989d9ccc991845
Author: Marcel Hollerbach <[email protected]>
Date:   Wed Apr 30 14:41:06 2014 +0200

    entrance: change back to elm_hoversel
---
 src/bin/entrance_fill.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/entrance_fill.c b/src/bin/entrance_fill.c
index b8aca56..a5a1c93 100644
--- a/src/bin/entrance_fill.c
+++ b/src/bin/entrance_fill.c
@@ -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
           {

-- 


Reply via email to