elementary/test_gengrid : fix a bug :)
authorwoohyun <woohyun@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 18 Mar 2012 12:25:35 +0000 (12:25 +0000)
committerwoohyun <woohyun@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 18 Mar 2012 12:25:35 +0000 (12:25 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69494 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/test_gengrid.c

index 5446d93..c7a817e 100644 (file)
@@ -56,7 +56,7 @@ typedef enum _api_state api_state;
 static void
 set_api_state(api_data *api)
 {
-   Evas_Object *grid = api->box;
+   Evas_Object *grid = api->grid;
 
    /* use elm_box_children_get() to get list of children */
    switch(api->state)