raster pushed a commit to branch master.

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

commit 48b555b2049b8f73795a4f92399955f8e2ef8d96
Author: Thierry HUCHARD <[email protected]>
Date:   Thu May 14 11:26:10 2020 +0100

    Fixed menu crashes in the systray.
    
    Reviewers: devilhorns
    
    Subscribers: cedric, zmike
    
    Tags: #enlightenment-git
    
    Differential Revision: https://phab.enlightenment.org/D11502
---
 src/bin/e_dbusmenu.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_dbusmenu.c b/src/bin/e_dbusmenu.c
index 5a94b9be8..8abcad285 100644
--- a/src/bin/e_dbusmenu.c
+++ b/src/bin/e_dbusmenu.c
@@ -401,6 +401,7 @@ e_dbusmenu_event_send(E_DBusMenu_Item *m, 
E_DBusMenu_Item_Event event)
    EINA_SAFETY_ON_NULL_RETURN(m);
    EINA_SAFETY_ON_FALSE_RETURN(event < E_DBUSMENU_ITEM_EVENT_LAST);
    EINA_SAFETY_ON_NULL_RETURN(m->ctx);
+   m->ctx->proxy = eldbus_proxy_ref(m->ctx->proxy);
 
    msg = eldbus_proxy_method_call_new(m->ctx->proxy, "Event");
    main_iter = eldbus_message_iter_get(msg);

-- 


Reply via email to