Index: action.c =================================================================== --- action.c (revision 28043) +++ action.c (revision 28044) @@ -45,7 +45,7 @@ static fgw_error_t pcb_act_AutoPlaceSelected(fgw_arg_t *res, int argc, fgw_arg_t *argv) { pcb_hid_busy(PCB, 1); - if (pcb_hid_message_box(argv[0].val.argv0.user_call_ctx, "question", "Autoplace start", "Auto-placement can NOT be undone.\nDo you want to continue anyway?", "no", 0, "yes", 1, NULL) == 1) { + if (pcb_hid_message_box(PCB_ACT_HIDLIB, "question", "Autoplace start", "Auto-placement can NOT be undone.\nDo you want to continue anyway?", "no", 0, "yes", 1, NULL) == 1) { if (AutoPlaceSelected()) pcb_board_set_changed_flag(pcb_true); }