[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: i_callbacks.nw
User: pbernaud
Date: 05/02/27 13:16:19
Modified: . i_callbacks.nw
Log:
Excluded embedded symbols from the 'down symbol' action.
Revision Changes Path
1.42 +2 -1 eda/geda/devel/gschem/noweb/i_callbacks.nw
(In the diff below, changes in quantity of whitespace are not shown.)
Index: i_callbacks.nw
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/noweb/i_callbacks.nw,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- i_callbacks.nw 21 Feb 2005 00:10:04 -0000 1.41
+++ i_callbacks.nw 27 Feb 2005 18:16:18 -0000 1.42
@@ -3811,7 +3811,8 @@
object = o_select_return_first_object(w_current);
if (object != NULL) {
/* only allow going into symbols */
- if (object->type == OBJ_COMPLEX) {
+ if (object->type == OBJ_COMPLEX &&
+ !o_complex_is_embedded (object)) {
filename = g_strconcat (object->complex_clib,
G_DIR_SEPARATOR_S,
object->complex_basename, NULL);