Fix some icon definitions

SVN revision: 56944
This commit is contained in:
titan 2011-02-11 00:42:26 +00:00 committed by titan
parent 4ef79b29a5
commit 1c4ea07b1e
1 changed files with 2 additions and 2 deletions

View File

@ -63,10 +63,10 @@ ephoto_thumb_browser_add(void)
evas_object_size_hint_align_set(etb->toolbar, EVAS_HINT_FILL, 0.0);
etb->action.zoom_in = elm_toolbar_item_append
(etb->toolbar, "zoom-in", "Zoom In", _ephoto_zoom_in, NULL);
(etb->toolbar, "add", "Zoom In", _ephoto_zoom_in, NULL);
elm_toolbar_item_priority_set(etb->action.zoom_in, 0);
etb->action.zoom_out = elm_toolbar_item_append
(etb->toolbar, "zoom-out", "Zoom Out", _ephoto_zoom_out, NULL);
(etb->toolbar, "remove", "Zoom Out", _ephoto_zoom_out, NULL);
elm_toolbar_item_priority_set(etb->action.zoom_out, 1);
etb->action.view_flow = elm_toolbar_item_append
(etb->toolbar, "image", "View Flow", _ephoto_show_flow, NULL);