e_int_menus: Adjust call to e_shelf_new_dialog to provide NULL parent

(for now)
devs/bu5hm4n/swipe_real
Christopher Michael 2 years ago
parent 30b17779bd
commit c8c9d0751f
  1. 2
      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

Loading…
Cancel
Save