More work on the buttons

This commit is contained in:
Jaime Thomas
2008-09-19 16:24:47 +00:00
parent d8709c66eb
commit 7bf6b5f7ae
4 changed files with 50 additions and 11 deletions

View File

@@ -130,9 +130,7 @@ ecdb_button_icon_swallow(Evas *e, Evas_Object *b, const char *iname)
icon = evas_object_image_add(e);
/* FIXME WRONG HERE */
evas_object_image_file_set(icon, PACKAGE_DATA_DIR"/themes/default.edj",
iname);
evas_object_image_file_set(icon, em->theme_path, iname);
edje_object_part_swallow(b, "icon", icon);
}