Bad devilhorns, er devil that is the horns, er spankies for Christopher.

SVN revision: 25382
This commit is contained in:
David Walter Seikel 2006-09-03 05:11:10 +00:00
parent cc002abdc2
commit fa8ac2f010
1 changed files with 1 additions and 2 deletions

View File

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