This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit e4cfb3c50cb9dc1e7a36c94757571edf832f90d6
Author: Carsten Haitzler <[email protected]>
AuthorDate: Sat Nov 19 14:26:49 2022 +0000
notification - fix crash if clicking close while close anim happens
@fix
---
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 27d7ecb21..967c6b167 100644
--- a/src/modules/notification/e_mod_popup.c
+++ b/src/modules/notification/e_mod_popup.c
@@ -199,6 +199,7 @@ _notification_theme_cb_close(Popup_Data *popup,
const char *emission EINA_UNUSED,
const char *source EINA_UNUSED)
{
+ if (popup->pending) return;
_notification_popup_del(popup->id, E_NOTIFICATION_NOTIFY_CLOSED_REASON_DISMISSED);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.