seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=0a9a01700a71181b7c14bee091ce6355d8d9fcf2
commit 0a9a01700a71181b7c14bee091ce6355d8d9fcf2 Author: Daniel Juyung Seo <[email protected]> Date: Mon Apr 7 00:58:22 2014 +0900 test_list: Removed wrong box packing from list focus example. --- src/bin/test_list.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/test_list.c b/src/bin/test_list.c index fb2922e..4939f2f 100644 --- a/src/bin/test_list.c +++ b/src/bin/test_list.c @@ -1532,7 +1532,6 @@ _test_list_focus(const char *name, const char *title, Eina_Bool horiz) elm_box_pack_end(bx_opt, chk); evas_object_show(chk); - elm_box_pack_end(bx, bx_opt); // Focus Movement Policy fr = elm_frame_add(bx); elm_object_text_set(fr, "Focus Movement Policy"); --
