elm list: Use EINA_FALSE instead of 0 for Eina_Bool type variable.

SVN revision: 82004
This commit is contained in:
Daniel Juyung Seo 2013-01-02 18:36:22 +00:00
parent efb5d3f995
commit cf682c4214
1 changed files with 1 additions and 1 deletions

View File

@ -781,7 +781,7 @@ _elm_list_smart_theme(Eo *obj, void *_pd, va_list *list)
{
edje_object_scale_set
(VIEW(it), elm_widget_scale_get(obj) * elm_config_scale_get());
it->fixed = 0;
it->fixed = EINA_FALSE;
}
_items_fix(obj);