discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=be2ab3a6245cc74222589d57358905633c205318
commit be2ab3a6245cc74222589d57358905633c205318 Author: discomfitor <[email protected]> Date: Sun Dec 15 17:21:23 2013 -0500 sync genlist widget test window title with the test's name probably all the tests for elm should have the function name + window name + button name be the same to make it easier to navigate --- src/bin/test_genlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/test_genlist.c b/src/bin/test_genlist.c index 0c09641..72df67c 100644 --- a/src/bin/test_genlist.c +++ b/src/bin/test_genlist.c @@ -3149,7 +3149,7 @@ test_genlist19(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event int i; api_data *api = calloc(1, sizeof(api_data)); - win = elm_win_util_standard_add("genlist-full", "Genlist Full"); + win = elm_win_util_standard_add("genlist-full", "Genlist Full Widget"); elm_win_autodel_set(win, EINA_TRUE); evas_object_event_callback_add(win, EVAS_CALLBACK_FREE, _cleanup_cb, api); --
