seoz pushed a commit to branch master.

http://git.enlightenment.org/tools/elm-theme-viewer.git/commit/?id=5135a6a2b43bb2dc884d03ba4ce8ddb9c11555f4

commit 5135a6a2b43bb2dc884d03ba4ce8ddb9c11555f4
Author: Daniel Juyung Seo <[email protected]>
Date:   Thu Aug 21 23:19:33 2014 +0900

    widget: fixed wrong gengrid item class.
---
 src/bin/widget.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/widget.c b/src/bin/widget.c
index 2157fcf..a6f3282 100644
--- a/src/bin/widget.c
+++ b/src/bin/widget.c
@@ -632,7 +632,7 @@ static Evas_Object *
 _widget_gengrid_create(Evas_Object *parent, const char *orig_style, const char 
*style)
 {
    Evas_Object *o;
-   Elm_Genlist_Item_Class *ic = NULL, *group_ic = NULL;
+   Elm_Gengrid_Item_Class *ic = NULL, *group_ic = NULL;
    int i = 0;
    char buf[PATH_MAX] = {0, };
    Gengrid_Style_Type gst = GENGRID_NORMAL_STYLE;

-- 


Reply via email to