[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: o_bus_basic.c
User: ahvezda
Date: 06/12/02 21:08:16
Modified: . o_bus_basic.c
Log:
Added missing call to s_tile_update_object for buses. This missing call
could cause buses to not have correct connectivity when using grips.
Pointed out by and patch by Peter Clifton.
Revision Changes Path
1.16 +2 -0 eda/geda/gaf/libgeda/src/o_bus_basic.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: o_bus_basic.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/src/o_bus_basic.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- o_bus_basic.c 22 Sep 2006 18:48:07 -0000 1.15
+++ o_bus_basic.c 3 Dec 2006 02:08:16 -0000 1.16
@@ -836,6 +836,8 @@
object->top = top;
object->right = right;
object->bottom = bottom;
+
+ s_tile_update_object(w_current, object);
}
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs