Index: extedit.c =================================================================== --- extedit.c (revision 17406) +++ extedit.c (revision 17407) @@ -168,8 +168,9 @@ static const char pcb_acts_extedit[] = "extedit(object|selected, [interactive|method])\n"; static const char pcb_acth_extedit[] = "Invoke an external program to edit a specific part of the current board."; -static int pcb_act_extedit(int argc, const char **argv) +static int pcb_act_extedit(int oargc, const char **oargv) { + PCB_OLD_ACT_BEGIN; long type; void *ptr1, *ptr2, *ptr3; extedit_method_t *mth = NULL; @@ -287,6 +288,7 @@ pcb_tempfile_unlink(tmp_fn); quit0:; return ret; + PCB_OLD_ACT_END; } static pcb_hid_action_t extedit_action_list[] = {