[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-149-g1ffd8a5)
The branch, master has been updated
via 1ffd8a568339d23a3fe6c17fbb698b455e288805 (commit)
from c8fffac5b00946ae8d709e7947c62893615e1263 (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
=========
libgeda/src/o_complex_basic.c | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
=================
Commit Messages
=================
commit 1ffd8a568339d23a3fe6c17fbb698b455e288805
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Sun Aug 24 20:41:21 2008 +0100
libgeda: Fixup some comments about attribute promotion / hiding / removal
:100644 100644 3456b39... 5c4ee03... M libgeda/src/o_complex_basic.c
=========
Changes
=========
commit 1ffd8a568339d23a3fe6c17fbb698b455e288805
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Sun Aug 24 20:41:21 2008 +0100
libgeda: Fixup some comments about attribute promotion / hiding / removal
diff --git a/libgeda/src/o_complex_basic.c b/libgeda/src/o_complex_basic.c
index 3456b39..5c4ee03 100644
--- a/libgeda/src/o_complex_basic.c
+++ b/libgeda/src/o_complex_basic.c
@@ -525,15 +525,13 @@ OBJECT *o_complex_add(TOPLEVEL *toplevel, OBJECT *object_list,
}
o_text_translate_world(toplevel, x, y, tmp);
- } else { /* not promoting now, but deal with floating attribs */
+ } else { /* not promoting, hide or delete promotable attribs */
if (toplevel->keep_invisible == TRUE) {
- /* if we are not promoting invisible attribs, keep them */
- /* around */
+ /* if we want to keep promotable attributes around, but hidden */
tmp->visibility = INVISIBLE;
} else {
- /* else do the default behavior of deleting the original */
- /* object */
+ /* else delete the promotable attribute objects */
s_delete(toplevel, tmp);
}
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs