From fa8ac2f01056203fd4d547feeb84dedf55bac243 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 3 Sep 2006 05:11:10 +0000 Subject: [PATCH] Bad devilhorns, er devil that is the horns, er spankies for Christopher. SVN revision: 25382 --- src/bin/e_int_config_modules.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/e_int_config_modules.c b/src/bin/e_int_config_modules.c index 88a987699..582a9b857 100644 --- a/src/bin/e_int_config_modules.c +++ b/src/bin/e_int_config_modules.c @@ -519,8 +519,7 @@ _fill_list(E_Config_Dialog_Data *cfdata) a = e_app_new(buf, 1); if (a) { - oc = edje_object_add(cfdata->evas); - edje_object_file_set(oc, buf, "icon"); + oc = e_app_icon_add(cfdata->evas, a); e_widget_ilist_append(cfdata->gui.list, oc, a->name, NULL, NULL, cm->name); e_object_unref(E_OBJECT(a));