[GME-commit] GMESRC/GME/ObjectInspector InPlaceManager.cpp,1.26,1.27

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Mon May 8 21:16:58 CDT 2006


Update of /project/gme-repository/GMESRC/GME/ObjectInspector
In directory escher:/tmp/cvs-serv13898

Modified Files:
	InPlaceManager.cpp 
Log Message:
Two files created (one empty) when specific editor was set.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: InPlaceManager.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/ObjectInspector/InPlaceManager.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** InPlaceManager.cpp	17 Feb 2006 22:03:14 -0000	1.26
--- InPlaceManager.cpp	8 May 2006 20:16:56 -0000	1.27
***************
*** 366,369 ****
--- 366,372 ----
  			content_type_valid = CInPlaceManager::findInfoInMimeDB( ListItem.strContentType, szAppPath, extension);
  	
+ 		if( content_type_valid) // remove the file created above by GetTempFileName
+ 			CFile::Remove( szTempFileName);
+ 
  		content_specific_editor = true;
  		// if enough space, append the extension to the filename



More information about the GME-commit mailing list