From ec20c1f9c52653cf659fcc03df75139081ffbdfc Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 26 Nov 2012 11:09:45 +0000 Subject: [PATCH] eww notification gagdte box... nasty stuff. needs work. SVN revision: 79695 --- src/modules/notification/e_mod_box.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/notification/e_mod_box.c b/src/modules/notification/e_mod_box.c index 1ba8eb67b..4db8eee0b 100644 --- a/src/modules/notification/e_mod_box.c +++ b/src/modules/notification/e_mod_box.c @@ -312,6 +312,7 @@ _notification_box_icon_fill(Notification_Box_Icon *ic, Evas_Object *dummy = NULL; int w, h = 0; + // XXX: this is horrible. if ((icon_path = e_notification_app_icon_get(n)) && *icon_path) { if (!memcmp(icon_path, "file://", 7)) icon_path += 7; @@ -354,7 +355,7 @@ _notification_box_icon_fill(Notification_Box_Icon *ic, evas_object_show(ic->o_icon2); if (dummy) evas_object_del(dummy); - evas_object_del(app_icon); + else evas_object_del(app_icon); _notification_box_icon_fill_label(ic); }