seoz pushed a commit to branch master.

commit 0c17bb9f5083589d7063b3e95321a9a814126faf
Author: Daniel Juyung Seo <[email protected]>
Date:   Wed Aug 7 13:52:50 2013 +0900

    progressbar_example.c: fixed wheel style pluse issue.
---
 src/examples/progressbar_example.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/examples/progressbar_example.c 
b/src/examples/progressbar_example.c
index e700ab6..604e108 100644
--- a/src/examples/progressbar_example.c
+++ b/src/examples/progressbar_example.c
@@ -272,6 +272,7 @@ elm_main(int    argc,
    pb = elm_progressbar_add(win);
    elm_object_style_set(pb, "wheel");
    elm_object_text_set(pb, "Style: wheel");
+   elm_progressbar_pulse_set(pb, EINA_TRUE);
    evas_object_size_hint_align_set(pb, EVAS_HINT_FILL, 0.5);
    evas_object_size_hint_weight_set(pb, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
    elm_box_pack_end(bx, pb);

-- 

------------------------------------------------------------------------------
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