Index: change_act.c =================================================================== --- change_act.c (revision 30904) +++ change_act.c (revision 30905) @@ -448,7 +448,7 @@ for(o = pcb_data_first(&it, subc->data, PCB_OBJ_CLASS_REAL); o != NULL; o = pcb_data_next(&it)) { if ((o->term != NULL) && (PCB_NSTRCMP(pinnum, o->term) == 0)) { TODO(": make this undoable") - pcb_attribute_put(&o->Attributes, "name", pinname); + rnd_attribute_put(&o->Attributes, "name", pinname); pcb_board_set_changed_flag(pcb_true); changed++; }