[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: branch: master updated (1.3.1-20080110-13-g968c37b)
The branch, master has been updated
via 968c37becebd630b85abd8bf3546a834db419aaa (commit)
from fccaae6b363d7f81ab94725751314813c42b718d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
gschem/src/o_misc.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
=================
Commit Messages
=================
commit 968c37becebd630b85abd8bf3546a834db419aaa
Author: Werner Hoch <werner.ho@xxxxxx>
Date: Sat Jan 26 15:26:53 2008 +0000
Update the pinnumbers when updating a symbol with slots
Fix for [#1880207]. When updating symbols, gschem loaded the
pinnumbers from the symbol file without respect to the slot attribute.
:100644 100644 056752f... 81a13e1... M gschem/src/o_misc.c
=========
Changes
=========
commit 968c37becebd630b85abd8bf3546a834db419aaa
Author: Werner Hoch <werner.ho@xxxxxx>
Date: Sat Jan 26 15:26:53 2008 +0000
Update the pinnumbers when updating a symbol with slots
Fix for [#1880207]. When updating symbols, gschem loaded the
pinnumbers from the symbol file without respect to the slot attribute.
diff --git a/gschem/src/o_misc.c b/gschem/src/o_misc.c
index 056752f..81a13e1 100644
--- a/gschem/src/o_misc.c
+++ b/gschem/src/o_misc.c
@@ -850,6 +850,9 @@ void o_update_component(GSCHEM_TOPLEVEL *w_current, OBJECT *o_current)
/* finally delete the temp list with the updated complex */
s_delete_list_fromstart (toplevel, tmp_list);
+ /* update the pinnumbers to the current slot */
+ o_attrib_slot_update(toplevel, o_current);
+
/* Recalculate the bounds of the object */
o_complex_recalc(toplevel, o_current);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs