[GME-commit] GMESRC/GME/Gme GMEView.cpp,1.168,1.169

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Jun 28 16:56:15 CDT 2005


Update of /project/gme-repository/GMESRC/GME/Gme
In directory escher:/tmp/cvs-serv7172

Modified Files:
	GMEView.cpp 
Log Message:
Read/write transaction initiated in OnUpdate... method (for popup menu) invalidated the member variable values (i.e. contextselection). 


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: GMEView.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/GMEView.cpp,v
retrieving revision 1.168
retrieving revision 1.169
diff -C2 -d -r1.168 -r1.169
*** GMEView.cpp	22 Jun 2005 17:16:57 -0000	1.168
--- GMEView.cpp	28 Jun 2005 15:56:13 -0000	1.169
***************
*** 6514,6518 ****
  
  	try {
! 		BeginTransaction();
  
  		bool first_value( true), res;
--- 6514,6518 ----
  
  	try {
! 		BeginTransaction(TRANSACTION_READ_ONLY);
  
  		bool first_value( true), res;



More information about the GME-commit mailing list