hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=aab2f000c9e9c4e0200209ddbaa1ac7578c4c70b
commit aab2f000c9e9c4e0200209ddbaa1ac7578c4c70b Author: ChunEon Park <her...@hermet.pe.kr> Date: Sun Aug 17 13:28:02 2014 +0900 tools: fix typo. --- src/bin/tools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/tools.c b/src/bin/tools.c index badbf5b..cf31370 100644 --- a/src/bin/tools.c +++ b/src/bin/tools.c @@ -139,7 +139,7 @@ tools_create(Evas_Object *parent, edit_data *ed) it = elm_toolbar_item_append(toolbar, NULL, "Swallow", swallow_cb, NULL); elm_toolbar_item_icon_file_set(it, EDJE_PATH, "swallow_s"); it = elm_toolbar_item_append(toolbar, NULL, "LiveEdit", live_edit_cb, NULL); - elm_toolbar_item_icon_file_set(it, EDJE_PATH, "live-edit"); + elm_toolbar_item_icon_file_set(it, EDJE_PATH, "live_edit"); it = elm_toolbar_item_append(toolbar, NULL, "Lines", lines_cb, ed); elm_toolbar_item_icon_file_set(it, EDJE_PATH, "lines"); it = elm_toolbar_item_append(toolbar, NULL, "Find", find_cb, ed); --