[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-64-gf154fcb)
The branch, master has been updated
via f154fcb921e75e7940e0b4dbd9ad5bab6a61e704 (commit)
from 5d15eddd3e197b2cbc0bc00f9a4c02bc719aa014 (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/g_hook.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit f154fcb921e75e7940e0b4dbd9ad5bab6a61e704
Author: Patrick Bernaud <b-patrick@xxxxxxxxxx>
Date: Sat Jun 28 12:14:00 2008 +0200
Enable promotion of attributes when adding a component from guile.
g_add_component()/add-component-at-xy was adding component with
attribute promotion turned off. This change fixes bug [#1932474].
:100644 100644 7916120... bb5963a... M gschem/src/g_hook.c
=========
Changes
=========
commit f154fcb921e75e7940e0b4dbd9ad5bab6a61e704
Author: Patrick Bernaud <b-patrick@xxxxxxxxxx>
Date: Sat Jun 28 12:14:00 2008 +0200
Enable promotion of attributes when adding a component from guile.
g_add_component()/add-component-at-xy was adding component with
attribute promotion turned off. This change fixes bug [#1932474].
diff --git a/gschem/src/g_hook.c b/gschem/src/g_hook.c
index 7916120..bb5963a 100644
--- a/gschem/src/g_hook.c
+++ b/gschem/src/g_hook.c
@@ -726,7 +726,7 @@ SCM g_add_component(SCM page_smob, SCM scm_comp_name, SCM scm_x, SCM scm_y,
x, y,
angle, mirror,
clib, comp_name,
- selectable, FALSE);
+ selectable, TRUE);
/*
* For now, do not redraw the newly added complex, since this might cause
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs