ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=4f46757f5ff191979cbc68da4b20563f56b57690

commit 4f46757f5ff191979cbc68da4b20563f56b57690
Author: Andy Williams <[email protected]>
Date:   Sun Sep 25 17:21:40 2016 +0100

    elm: Update toolbar test to show fix
---
 src/bin/elementary/test_toolbar.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/bin/elementary/test_toolbar.c 
b/src/bin/elementary/test_toolbar.c
index 11c0757..4b3bac1 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);
 

-- 


Reply via email to