elementary: Fix icon name to standard

This commit is contained in:
Andy Williams 2016-05-16 09:12:21 +01:00
parent 0c2ad7ff10
commit b92029f422
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}