discomfitor pushed a commit to branch master.

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

commit cf98de6f2886983819f6f52dcf885015170ef3eb
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Nov 25 15:26:01 2014 -0500

    force shape queue on notification delete
    
    fix T1801
---
 src/modules/notification/e_mod_popup.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/notification/e_mod_popup.c 
b/src/modules/notification/e_mod_popup.c
index d43f49f..b54a33d 100644
--- a/src/modules/notification/e_mod_popup.c
+++ b/src/modules/notification/e_mod_popup.c
@@ -525,6 +525,7 @@ _notification_popdown(Popup_Data                  *popup,
    if (popup->pending) return;
    popups_displayed--;
    free(popup);
+   e_comp_shape_queue(e_comp_get(NULL));
 }
 
 static void

-- 


Reply via email to