placeholder icon.

SVN revision: 37094
This commit is contained in:
Carsten Haitzler 2008-10-25 08:58:06 +00:00
parent d04a4c70d8
commit 625af3eb88
1 changed files with 2 additions and 1 deletions

View File

@ -87,8 +87,9 @@ wizard_page_show(E_Wizard_Page *pg)
snprintf(buf, sizeof(buf), "%s/icon.edj", dir);
if ((desk) && (desk->icon))
snprintf(buf, sizeof(buf), "%s/%s", dir, desk->icon);
else
snprintf(buf, sizeof(buf), "%s/data/images/enlightenment.png", e_prefix_data_get());
ic = e_util_icon_add(buf, pg->evas);
e_widget_ilist_append(ob, ic, label, NULL, NULL, prof);
if (e_config_profile_get())
{