projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dad6e86
)
test_genlist: Fixed typo in the check button.
author
Daniel Juyung Seo
<seojuyung2@gmail.com>
Sun, 7 Sep 2014 13:06:47 +0000
(22:06 +0900)
committer
Daniel Juyung Seo
<seojuyung2@gmail.com>
Sun, 7 Sep 2014 13:06:47 +0000
(22:06 +0900)
src/bin/test_genlist.c
patch
|
blob
|
history
diff --git
a/src/bin/test_genlist.c
b/src/bin/test_genlist.c
index 686120f323729235f7e26f263c63b5dfeb83ac9e..73bb1a4f2a3ccd166898a917fb2de1fd6d3ec0b2 100644
(file)
--- a/
src/bin/test_genlist.c
+++ b/
src/bin/test_genlist.c
@@
-4391,7
+4391,7
@@
_test_genlist_focus_option_panel_create(Evas_Object *win, Evas_Object *bx,
evas_object_show(chk);
chk = elm_check_add(bx_opt);
- elm_object_text_set(chk, "Item Looping Ena
lb
e");
+ elm_object_text_set(chk, "Item Looping Ena
bl
e");
evas_object_size_hint_weight_set(chk, EVAS_HINT_EXPAND, 0.0);
evas_object_smart_callback_add(chk, "changed",
_gl_focus_item_loop_enable_changed_cb, gl);