seoz pushed a commit to branch master.

commit 523dd37ddd980bfab89b6cc7b645fd03c2be8135
Author: Daniel Juyung Seo <[email protected]>
Date:   Wed Aug 7 13:53:39 2013 +0900

    test_progressbar.c: use EINA_TRUE for eina_bool type.
---
 src/bin/test_progressbar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/test_progressbar.c b/src/bin/test_progressbar.c
index 60e15a9..e05aa91 100644
--- a/src/bin/test_progressbar.c
+++ b/src/bin/test_progressbar.c
@@ -174,7 +174,7 @@ test_progressbar(void *data __UNUSED__, Evas_Object *obj 
__UNUSED__, void *event
    elm_progressbar_horizontal_set(pb, EINA_FALSE);
    elm_object_text_set(pb, "Label");
    elm_object_part_content_set(pb, "icon", ic2);
-   elm_progressbar_inverted_set(pb, 1);
+   elm_progressbar_inverted_set(pb, EINA_TRUE);
    elm_progressbar_unit_format_set(pb, "%1.2f%%");
    elm_progressbar_span_size_set(pb, 200);
    evas_object_size_hint_align_set(pb, EVAS_HINT_FILL, 0.5);

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to