[GME-commit] GMESRC/SDK/BON BON2Component.cpp,1.4,1.5

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Mon Sep 20 12:16:03 CDT 2004


Update of /var/lib/gme/GMESRC/SDK/BON
In directory braindrain:/tmp/cvs-serv4864

Modified Files:
	BON2Component.cpp 
Log Message:
Autocommit set to false for Add-ons. (Bugfix)



CVS User: zolmol

Index: BON2Component.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/SDK/BON/BON2Component.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** BON2Component.cpp	3 Feb 2004 10:53:05 -0000	1.4
--- BON2Component.cpp	20 Sep 2004 16:16:01 -0000	1.5
***************
*** 86,89 ****
--- 86,92 ----
  void Component::invokeEx( Project& project, FCO& currentFCO, const std::set<FCO>& setSelectedFCOs, long lParam )
  {
+ #ifdef GME_ADDON
+ 	project->setAutoCommit( false);
+ #endif
  	// ======================
  	// Insert application specific code here



More information about the GME-commit mailing list