From 625af3eb8861bd33c58d6bac1e3ea1b0ca920643 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 25 Oct 2008 08:58:06 +0000 Subject: [PATCH] placeholder icon. SVN revision: 37094 --- src/modules/wizard/page_020.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/wizard/page_020.c b/src/modules/wizard/page_020.c index e72331047..5bf109156 100644 --- a/src/modules/wizard/page_020.c +++ b/src/modules/wizard/page_020.c @@ -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()) {