Index: oldconn.c =================================================================== --- oldconn.c (revision 26789) +++ oldconn.c (revision 26790) @@ -204,7 +204,7 @@ PCB_END_LOOP; if (conf_core.editor.beep_when_finished) - pcb_gui->beep(); + pcb_gui->beep(pcb_gui); if (do_select) { pcb_undo_inc_serial(); @@ -217,7 +217,7 @@ { pcb_print_subc_conns(f, subc); if (conf_core.editor.beep_when_finished) - pcb_gui->beep(); + pcb_gui->beep(pcb_gui); } /* Find all connections from all terminals of all subcircuits and print in f. */ @@ -231,7 +231,7 @@ PCB_END_LOOP; if (conf_core.editor.beep_when_finished) - pcb_gui->beep(); + pcb_gui->beep(pcb_gui); pcb_hid_redraw(PCB); }