e_int_menus: Adjust call to e_shelf_new_dialog to provide NULL parent

(for now)
This commit is contained in:
Christopher Michael 2021-01-20 12:36:23 -05:00
parent 30b17779bd
commit c8c9d0751f
1 changed files with 1 additions and 1 deletions

View File

@ -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