[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: Commit by: pbernaud
- To: geda-cvs@xxxxxxxx
- Subject: gEDA-cvs: Commit by: pbernaud
- From: SEUL CVS pserver <cvspsrv@xxxxxxxx>
- Date: Tue, 4 Jan 2005 12:55:35 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: geda-cvs-outgoing@seul.org
- Delivered-to: geda-cvs@seul.org
- Delivery-date: Tue, 04 Jan 2005 13:02:52 -0500
- Mail-copies-to: never
- Reply-to: geda-cvs@xxxxxxxx
- Sender: owner-geda-cvs@xxxxxxxx
CVSROOT: /home/cvspsrv/cvsroot
Module name: eda
Changes by: pbernaud 05/01/04 12:55:33
Modified files:
geda/devel/gschem/noweb: i_callbacks.nw o_misc.nw
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.