elm genlist: Changed int to Eina_Bool in case it uses 1 or 0.

SVN revision: 65679
This commit is contained in:
Daniel Juyung Seo 2011-11-29 08:54:19 +00:00
parent f7fcfcc09e
commit c66f21a87a
1 changed files with 1 additions and 1 deletions

View File

@ -2163,7 +2163,7 @@ _item_block_position(Item_Block *itb,
Elm_Gen_Item *it;
Elm_Gen_Item *git;
Evas_Coord y = 0, ox, oy, ow, oh, cvx, cvy, cvw, cvh;
int vis;
Eina_Bool vis = EINA_FALSE;
evas_event_freeze(evas_object_evas_get(itb->wd->obj));
evas_object_geometry_get(itb->wd->pan_smart, &ox, &oy, &ow, &oh);