[GME-commit] GMESRC/GME/Gme GUIObject.cpp,1.43,1.44

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Fri Mar 5 16:05:31 CST 2004


Update of /var/lib/gme/GMESRC/GME/Gme
In directory braindrain:/tmp/cvs-serv4101

Modified Files:
	GUIObject.cpp 
Log Message:
Crucial member variables were not reset before connection visibility calculation.
(BUG #39)

CVS User: volgy

Index: GUIObject.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Gme/GUIObject.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** GUIObject.cpp	13 Feb 2004 21:56:42 -0000	1.43
--- GUIObject.cpp	5 Mar 2004 22:05:29 -0000	1.44
***************
*** 2004,2008 ****
  		}
  		MGACOLL_ITERATE_END;
! 
  		if(visible[parentAspect]) {
  			CComPtr<IMgaFCO> mgaSrc;
--- 2004,2010 ----
  		}
  		MGACOLL_ITERATE_END;
! 		
! 		srcPort = NULL;
! 		dstPort = NULL;
  		if(visible[parentAspect]) {
  			CComPtr<IMgaFCO> mgaSrc;



More information about the GME-commit mailing list