Index: change_act.c =================================================================== --- change_act.c (revision 32667) +++ change_act.c (revision 32668) @@ -447,7 +447,7 @@ for(o = pcb_data_first(&it, subc->data, PCB_OBJ_CLASS_REAL); o != NULL; o = pcb_data_next(&it)) { if ((o->term != NULL) && (RND_NSTRCMP(pinnum, o->term) == 0)) { -TODO(": make this undoable") +TODO("make this undoable - but first make all sch/netlist import batched-undo!") pcb_attribute_put(&o->Attributes, "name", pinname); pcb_board_set_changed_flag(rnd_true); changed++;