Index: font_act.c =================================================================== --- font_act.c (revision 36702) +++ font_act.c (revision 36703) @@ -56,7 +56,7 @@ rnd_message(RND_MSG_ERROR, "LoadFontFrom(): when second argument is present, it must be an integer\n"); return 1; } - if (pcb_font_old(PCB_ACT_BOARD, fid, 0) != NULL) { /* font already exists */ + if (pcb_font(PCB_ACT_BOARD, fid, 0) != NULL) { /* font already exists */ dst_fid = fid; fid = -1; /* allocate a new id, which will be later moved to dst_fid */ }