seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=06bec640c0501bc44119b09855bacb37483c3288

commit 06bec640c0501bc44119b09855bacb37483c3288
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
Date:   Wed Sep 24 02:10:55 2014 +0900

    test_genlist: Fixed wrong frame title in the genlist focus test.
    
    Test Plan: elementary_test -> genlist focus
    
    Reviewers: Hermet
    
    Subscribers: seoz
    
    Differential Revision: https://phab.enlightenment.org/D1479
---
 src/bin/test_genlist.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/test_genlist.c b/src/bin/test_genlist.c
index 73f3ea0..e2ddcc6 100644
--- a/src/bin/test_genlist.c
+++ b/src/bin/test_genlist.c
@@ -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);

-- 


Reply via email to