Index: tnetlist.c =================================================================== --- tnetlist.c (revision 32682) +++ tnetlist.c (revision 32683) @@ -33,6 +33,7 @@ #include "board.h" #include "data.h" +#include "undo.h" #include "plug_import.h" #include "plug_io.h" #include @@ -163,7 +164,10 @@ return -1; } + pcb_undo_freeze_serial(); ret = tedax_net_fload(fn, import_fp, blk_id, silent); + pcb_undo_unfreeze_serial(); + pcb_undo_inc_serial(); fclose(fn); return ret;