seoz 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);

-- 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk

Reply via email to