Fix syscon icons.

Note that you need a fresh config to correctly see the icons in syscon.

SVN revision: 39401
This commit is contained in:
Davide Andreoli 2009-03-06 22:45:36 +00:00
parent 49fecd25b7
commit 19761ce78b
1 changed files with 2 additions and 2 deletions

View File

@ -168,8 +168,8 @@ e_syscon_show(E_Zone *zone, const char *defact)
e_action_predef_label_get(sca->action, sca->params));
if (sca->icon)
{
o2 = edje_object_add(popup->evas);
e_util_edje_icon_set(o2, sca->icon);
o2 = e_icon_add(popup->evas);
e_util_icon_theme_set(o2, sca->icon);
edje_object_part_swallow(o, "e.swallow.icon", o2);
evas_object_show(o2);
if (disabled)