ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=d9fccf58602904ce01e5e725a604e2f360a876c9
commit d9fccf58602904ce01e5e725a604e2f360a876c9 Author: Al Poole <[email protected]> Date: Tue Jul 25 22:46:58 2017 +0100 filepanel: Add proper icon for "open in new pane". Reviewers: ajwillia.ms Reviewed By: ajwillia.ms Differential Revision: https://phab.enlightenment.org/D5041 --- src/bin/edi_filepanel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/edi_filepanel.c b/src/bin/edi_filepanel.c index 46bd171..d928c75 100644 --- a/src/bin/edi_filepanel.c +++ b/src/bin/edi_filepanel.c @@ -249,7 +249,7 @@ _item_menu_create(Evas_Object *win, Edi_Dir_Data *sd) _item_menu_filetype_create(menu, menu_it, "code", _item_menu_open_as_code_cb, sd); _item_menu_filetype_create(menu, menu_it, "image", _item_menu_open_as_image_cb, sd); - menu_it = elm_menu_item_add(menu, NULL, NULL, "open in new panel", _item_menu_open_panel_cb, sd); + menu_it = elm_menu_item_add(menu, NULL, "object-flip-horizontal", "open in new panel", _item_menu_open_panel_cb, sd); if (edi_scm_enabled()) { --
