elementary/test_gengrid : fix a bug :)

SVN revision: 69494
This commit is contained in:
WooHyun Jung 2012-03-18 12:25:35 +00:00
parent 6a4dff3a17
commit 6a58bbee6b
1 changed files with 1 additions and 1 deletions

View 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)