Index: trunk/src/change_act.c =================================================================== --- trunk/src/change_act.c (revision 30311) +++ trunk/src/change_act.c (revision 30312) @@ -491,7 +491,7 @@ { pcb_coord_t x, y; pcb_hid_get_coords("Select a subcircuit", &x, &y, 0); - type = PCB_OBJ_SUBC; + type = op = PCB_OBJ_SUBC; goto do_chg_name; } /* change the name of an object */