From c8c9d0751fec6f6ebc11da26a47ccfc5442540b7 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 20 Jan 2021 12:36:23 -0500 Subject: [PATCH] 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