bu5hm4n pushed a commit to branch master.

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

commit bcf6dbfcb15d138a2e81f15ad4bd2dd1d636cf3c
Author: Marcel Hollerbach <[email protected]>
Date:   Thu Apr 3 09:53:03 2014 +0200

    entrance: Little fix, let the hoversels be filled !
---
 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 f6593e4..cad19b0 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, 
Eina_List *contents, Entrance
           _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, "elm_hoversel"))
+        else if (!strcasecmp(type, "elc_hoversel"))
           _entrance_fill_hoversell(obj, ef, contents, fill_cb, func, data);
         else
           {

-- 


Reply via email to