Index: plug_import.c =================================================================== --- plug_import.c (revision 31014) +++ plug_import.c (revision 31015) @@ -68,7 +68,7 @@ } while(0) - PCB_HOOK_CALL_ALL(pcb_plug_import_t, pcb_plug_import_chain, fmt_support_prio, cb_append, (self, aspects, args, numargs)); + RND_HOOK_CALL_ALL(pcb_plug_import_t, pcb_plug_import_chain, fmt_support_prio, cb_append, (self, aspects, args, numargs)); if (len == 0) return NULL;