summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Williams <andy@andywilliams.me>2016-09-25 17:21:40 +0100
committerAndy Williams <andy@andywilliams.me>2016-09-25 17:21:40 +0100
commit4f46757f5ff191979cbc68da4b20563f56b57690 (patch)
tree2903b7ae6f2368991fec6f6e41c1248c671638c8
parent553788d7b1679417879721bc12e19b332d52e96b (diff)
downloadefl-4f46757f5ff191979cbc68da4b20563f56b57690.tar.gz
elm: Update toolbar test to show fix
-rw-r--r--src/bin/elementary/test_toolbar.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/bin/elementary/test_toolbar.c b/src/bin/elementary/test_toolbar.c
index 11c07578e8..4b3bac1760 100644
--- a/src/bin/elementary/test_toolbar.c
+++ b/src/bin/elementary/test_toolbar.c
@@ -998,15 +998,15 @@ test_toolbar8(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_
ph3 = elm_photo_add(win);
ph4 = elm_photo_add(win);
- elm_toolbar_item_append(tb, "document-print", "Hello", _tb_sel1_cb, ph1);
- elm_toolbar_item_append(tb, "folder-new", "World", _tb_sel2_cb, ph1);
- elm_toolbar_item_append(tb, "object-rotate-right", "H", _tb_sel3_cb, ph4);
- elm_toolbar_item_append(tb, "mail-send", "Comes", _tb_sel4_cb, ph4);
- elm_toolbar_item_append(tb, "edit-cut", "Shrink", _tb_sel4_cb, ph4);
- elm_toolbar_item_append(tb, "edit-copy", "Mode", _tb_sel4_cb, ph4);
- elm_toolbar_item_append(tb, "edit-paste", "is set to", _tb_sel4_cb, ph4);
- elm_toolbar_item_append(tb, "edit-delete", "Menu", _tb_sel4_cb, ph4);
- elm_toolbar_item_append(tb, "clock", "Elementary", _tb_sel5_cb, ph4);
+ elm_toolbar_item_append(tb, "document-print", NULL, _tb_sel1_cb, ph1);
+ elm_toolbar_item_append(tb, "folder-new", NULL, _tb_sel2_cb, ph1);
+ elm_toolbar_item_append(tb, "object-rotate-right", NULL, _tb_sel3_cb, ph4);
+ elm_toolbar_item_append(tb, "mail-send", NULL, _tb_sel4_cb, ph4);
+ elm_toolbar_item_append(tb, "edit-cut", NULL, _tb_sel4_cb, ph4);
+ elm_toolbar_item_append(tb, "edit-copy", NULL, _tb_sel4_cb, ph4);
+ elm_toolbar_item_append(tb, "edit-paste", NULL, _tb_sel4_cb, ph4);
+ elm_toolbar_item_append(tb, "edit-delete", NULL, _tb_sel4_cb, ph4);
+ elm_toolbar_item_append(tb, "clock", NULL, _tb_sel5_cb, ph4);
evas_object_smart_callback_add(tb, "clicked", toolbar_clicked_cb, NULL);