[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: branch: master updated (1.1.1.20070708-12-g5e47599)
The branch, master has been updated
via 5e47599e07b5bed9d24b5c295db7a5e05f7c4624 (commit)
from 6287df1357bdfc0188f5fa60df5d88f5fc5e4b40 (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/x_multiattrib.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit 5e47599e07b5bed9d24b5c295db7a5e05f7c4624
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Fri Jul 20 17:36:39 2007 +0100
Added missing test to allow pins to work with the multiattrib dialog
:100644 100644 aea86f3... 8152907... M gschem/src/x_multiattrib.c
=========
Changes
=========
commit 5e47599e07b5bed9d24b5c295db7a5e05f7c4624
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Fri Jul 20 17:36:39 2007 +0100
Added missing test to allow pins to work with the multiattrib dialog
diff --git a/gschem/src/x_multiattrib.c b/gschem/src/x_multiattrib.c
index aea86f3..8152907 100644
--- a/gschem/src/x_multiattrib.c
+++ b/gschem/src/x_multiattrib.c
@@ -1335,7 +1335,8 @@ static void selection_changed_cb (SELECTION *selection, Multiattrib *multiattrib
if (object->type == OBJ_COMPLEX ||
object->type == OBJ_PLACEHOLDER ||
object->type == OBJ_NET ||
- object->type == OBJ_BUS) {
+ object->type == OBJ_BUS ||
+ object->type == OBJ_PIN) {
object_count++;
}
}
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs