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:
5dbf657
)
sync genlist widget test window title with the test's name
author
discomfitor
<michael.blumenkrantz@gmail.com>
Sun, 15 Dec 2013 22:21:23 +0000
(17:21 -0500)
committer
discomfitor
<michael.blumenkrantz@gmail.com>
Sun, 15 Dec 2013 22:21:23 +0000
(17:21 -0500)
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
patch
|
blob
|
history
diff --git
a/src/bin/test_genlist.c
b/src/bin/test_genlist.c
index 0c09641088c0d9dcdc862f61f2326185f279ad64..72df67c6de515393ebde52e4127284a6933df129 100644
(file)
--- 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);