test_genlist: Fixed wrong frame title in the genlist focus test.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 23 Sep 2014 17:10:55 +0000 (02:10 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 23 Sep 2014 17:12:57 +0000 (02:12 +0900)
Test Plan: elementary_test -> genlist focus

Reviewers: Hermet

Subscribers: seoz

Differential Revision: https://phab.enlightenment.org/D1479

src/bin/test_genlist.c

index 73f3ea0..e2ddcc6 100644 (file)
@@ -4463,9 +4463,9 @@ _test_genlist_focus_option_panel_create(Evas_Object *win, Evas_Object *bx,
    elm_box_pack_end(bx_mv, rd);
    evas_object_show(rd);
 
-   // Focus/Selection
+   // Options
    fr = elm_frame_add(bx);
-   elm_object_text_set(fr, "Focus/Selection");
+   elm_object_text_set(fr, "Options");
    evas_object_size_hint_weight_set(fr, EVAS_HINT_EXPAND, 0.0);
    evas_object_size_hint_align_set(fr, EVAS_HINT_FILL, EVAS_HINT_FILL);
    elm_box_pack_end(bx, fr);