Index: oldactions.c =================================================================== --- oldactions.c (revision 30979) +++ oldactions.c (revision 30980) @@ -127,7 +127,7 @@ static fgw_error_t pcb_act_Bell(fgw_arg_t *res, int argc, fgw_arg_t *argv) { - pcb_gui->beep(pcb_gui); + rnd_gui->beep(rnd_gui); RND_ACT_IRES(0); return 0; }