From 205b7b84cd0fa6b93fd8e55620da03b7645660ff Mon Sep 17 00:00:00 2001 From: discomfitor Date: Sun, 15 Dec 2013 17:21:23 -0500 Subject: [PATCH] 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 --- legacy/elementary/src/bin/test_genlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/bin/test_genlist.c b/legacy/elementary/src/bin/test_genlist.c index 0c09641088..72df67c6de 100644 --- a/legacy/elementary/src/bin/test_genlist.c +++ b/legacy/elementary/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);