ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b92029f42219945d649e8cb1cdd9a86a87b45876
commit b92029f42219945d649e8cb1cdd9a86a87b45876 Author: Andy Williams <[email protected]> Date: Mon May 16 09:12:21 2016 +0100 elementary: Fix icon name to standard --- src/lib/elementary/elc_naviframe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/elc_naviframe.c b/src/lib/elementary/elc_naviframe.c index 2c5eb10..7667cf4 100644 --- a/src/lib/elementary/elc_naviframe.c +++ b/src/lib/elementary/elc_naviframe.c @@ -995,7 +995,7 @@ _back_btn_new(Evas_Object *obj, const char *title_label) if (edje_object_part_exists(ed, CONTENT_PART)) { Evas_Object *ico = elm_icon_add(btn); - elm_icon_standard_set(ico, "go-left"); + elm_icon_standard_set(ico, "go-previous"); elm_layout_content_set(btn, CONTENT_PART, ico); } --
