Index: plug_footprint.c =================================================================== --- plug_footprint.c (revision 30966) +++ plug_footprint.c (revision 30967) @@ -459,7 +459,7 @@ if (l == NULL) { pcb_fp_free_children(&pcb_library); res = pcb_fp_read_lib_all(); - pcb_event(hidlib, PCB_EVENT_LIBRARY_CHANGED, NULL); + rnd_event(hidlib, PCB_EVENT_LIBRARY_CHANGED, NULL); return res; } if (l->type != PCB_LIB_DIR) @@ -476,7 +476,7 @@ free(path); if (res >= 0) { - pcb_event(hidlib, PCB_EVENT_LIBRARY_CHANGED, NULL); + rnd_event(hidlib, PCB_EVENT_LIBRARY_CHANGED, NULL); return 0; } return -1;