[GME-commit]
GMESRC/GME/GMEActiveBrowser ActiveBrowserPropertyPage.cpp,1.33,1.34
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Mon Jun 7 11:33:22 CDT 2004
Update of /var/lib/gme/GMESRC/GME/GMEActiveBrowser
In directory braindrain:/tmp/cvs-serv30533/GMEActiveBrowser
Modified Files:
ActiveBrowserPropertyPage.cpp
Log Message:
Flushing native clipboard data on CloseProject when copied from activebrowser.
Checking if data and folder members are set in the CGmeDataSource::OnRenderFileData, CGmeClosureDataSource::OnRenderFileData.
CVS User: zolmol
Index: ActiveBrowserPropertyPage.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/GMEActiveBrowser/ActiveBrowserPropertyPage.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** ActiveBrowserPropertyPage.cpp 2 Jun 2004 22:15:47 -0000 1.33
--- ActiveBrowserPropertyPage.cpp 7 Jun 2004 15:33:19 -0000 1.34
***************
*** 712,715 ****
--- 712,719 ----
AfxGetApp()->LoadStandardCursor(IDC_WAIT);
+ // by ZolMol
+ if(CGMEDataSource::myData) // it is true when object copied onto clipboard from the active browser tree
+ OleFlushClipboard();
+ // end
if(m_Options.m_bStoreTreeInRegistry)
More information about the GME-commit
mailing list