clouseau: changed all elm_icon_file_set(), depricated, to elm_image_file_set()

Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72351
This commit is contained in:
Aharon Hillel 2012-06-18 07:23:04 +00:00 committed by Tom Hacohen
parent c5d39d4592
commit 539e84db55
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ _set_button(Evas_Object *w, Evas_Object *bt,
char buf[1024];
Evas_Object *ic = elm_icon_add(w);
snprintf(buf, sizeof(buf), "%s%s", PACKAGE_DATA_DIR, ic_name);
elm_icon_file_set(ic, buf, NULL);
elm_image_file_set(ic, buf, NULL);
elm_object_part_content_set(bt, "icon", ic);
elm_object_tooltip_text_set(bt, tip);
elm_object_disabled_set(bt, en);