test_list: Removed wrong box packing from list focus example.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sun, 6 Apr 2014 15:58:22 +0000 (00:58 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sun, 6 Apr 2014 15:58:22 +0000 (00:58 +0900)
src/bin/test_list.c

index fb2922e..4939f2f 100644 (file)
@@ -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");