antognolli pushed a commit to branch elementary-1.7.

commit 7c61aa0cb550ae22a0657ce45f0aea4cf95a74aa
Author: Rafael Antognolli <[email protected]>
Date:   Tue Aug 27 18:04:53 2013 -0300

    elm/index: Fix example, must call elm_index_level_go().
---
 src/examples/index_example_01.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/examples/index_example_01.c b/src/examples/index_example_01.c
index fefdb5c..6572316 100644
--- a/src/examples/index_example_01.c
+++ b/src/examples/index_example_01.c
@@ -166,6 +166,7 @@ elm_main(int argc,
    evas_object_smart_callback_add(d.index, "delay,changed", _index_changed,
                                   NULL);
    evas_object_smart_callback_add(d.index, "selected", _index_selected, NULL);
+   elm_index_level_go(d.index, 0);
 
    /* attribute setting knobs */
    sep = elm_separator_add(win);

-- 

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk

Reply via email to