[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
- Previous message: [GME-commit] GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Rep
Dumper.cpp,1.29,1.30 Dumper.h,1.9,1.10 Sheet.cpp,1.11,1.12
Sheet.h,1.6,1.7
- Next message: [GME-commit]
GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Rep Sheet.cpp,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [GME-commit] GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Rep
Dumper.cpp,1.29,1.30 Dumper.h,1.9,1.10 Sheet.cpp,1.11,1.12
Sheet.h,1.6,1.7
- Next message: [GME-commit]
GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Rep Sheet.cpp,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list