elm list: Use EINA_FALSE instead of 0 for Eina_Bool type variable.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 2 Jan 2013 18:36:22 +0000 (18:36 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 2 Jan 2013 18:36:22 +0000 (18:36 +0000)
SVN revision: 82004

src/lib/elm_list.c

index 4e82c89..8380dc8 100644 (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);