From cf682c42147e5ed8a2fc6c99d4cb57c6a0a8175f Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 2 Jan 2013 18:36:22 +0000 Subject: [PATCH] elm list: Use EINA_FALSE instead of 0 for Eina_Bool type variable. SVN revision: 82004 --- legacy/elementary/src/lib/elm_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elm_list.c b/legacy/elementary/src/lib/elm_list.c index 4e82c892c8..8380dc89d0 100644 --- a/legacy/elementary/src/lib/elm_list.c +++ b/legacy/elementary/src/lib/elm_list.c @@ -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);