devilhorns pushed a commit to branch master.

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

commit c8c9d0751fec6f6ebc11da26a47ccfc5442540b7
Author: Christopher Michael <devilho...@comcast.net>
Date:   Wed Jan 20 12:36:23 2021 -0500

    e_int_menus: Adjust call to e_shelf_new_dialog to provide NULL parent
    (for now)
---
 src/bin/e_int_menus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_int_menus.c b/src/bin/e_int_menus.c
index eac50938f..5db55db19 100644
--- a/src/bin/e_int_menus.c
+++ b/src/bin/e_int_menus.c
@@ -1942,7 +1942,7 @@ _e_int_menus_shelves_add_cb(void *data EINA_UNUSED, 
E_Menu *m EINA_UNUSED, E_Men
    E_Zone *zone;
 
    zone = e_zone_current_get();
-   e_shelf_new_dialog(zone);
+   e_shelf_new_dialog(NULL, zone);
 }
 
 static void

-- 


Reply via email to