[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: Commit by: pbernaud



CVSROOT:	/home/cvspsrv/cvsroot
Module name:	eda
Changes by:	pbernaud	05/01/04 12:55:11

Modified files:
	geda/devel/gschem/include: prototype.h 

Log message:
Rewrite of o_update_component() to address problem reported as bug #gschem/31 (duplication of attribute) :
- o_update_component() now takes a single component as second argument ;
- it updates the component instead of creating a new (object order is preserved) ;
- it prevents the duplication of existing attributes ;
- i_callback_edit_update() has been adapted to iterate over selected components.