discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=b0cd7dbea5445519124cbb072ebf4eafb27c4abd

commit b0cd7dbea5445519124cbb072ebf4eafb27c4abd
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Jun 25 13:37:07 2014 -0400

    make notifications fade appropriately
    
    fix T1362
---
 src/modules/notification/e_mod_popup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/notification/e_mod_popup.c 
b/src/modules/notification/e_mod_popup.c
index eb896f0..a6f6412 100644
--- a/src/modules/notification/e_mod_popup.c
+++ b/src/modules/notification/e_mod_popup.c
@@ -231,7 +231,6 @@ _notification_popup_new(E_Notification_Notify *n, unsigned 
id)
    snprintf(buf, sizeof(buf), "%s/e-module-notification.edj",
             notification_mod->dir);
    popup->theme = edje_object_add(popup->e);
-   evas_object_name_set(popup->theme, "noshadow_notification");
 
    e_theme_edje_object_set(popup->theme,
                            "base/theme/modules/notification",
@@ -239,6 +238,7 @@ _notification_popup_new(E_Notification_Notify *n, unsigned 
id)
 
    /* Create the popup window */
    popup->win = e_comp_object_util_add(popup->theme, E_COMP_OBJECT_TYPE_POPUP);
+   edje_object_signal_emit(popup->win, "e,state,shadow,off", "e");
    evas_object_layer_set(popup->win, E_LAYER_POPUP);
    evas_object_event_callback_add(popup->win, EVAS_CALLBACK_DEL, 
_notification_popup_del_cb, popup);
 

-- 


Reply via email to