From 6b3dec76ade6c0dd46fabbdbcd78aa65e90a5fc0 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 28 Nov 2011 16:49:21 +0000 Subject: [PATCH] hmm probably shouldn't try to set notify bg to a garbage value SVN revision: 65658 --- src/modules/notification/e_mod_popup.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/notification/e_mod_popup.c b/src/modules/notification/e_mod_popup.c index 5d3579756..567a7e5c6 100644 --- a/src/modules/notification/e_mod_popup.c +++ b/src/modules/notification/e_mod_popup.c @@ -285,7 +285,6 @@ _notification_popup_new(E_Notification *n) /* Create the popup window */ popup->win = e_popup_new(zone, 0, 0, 0, 0); - e_popup_edje_bg_object_set(popup->win, popup->theme); popup->e = popup->win->evas; /* Setup the theme */