[GME-commit]
GMESRC/GME/GMEActiveBrowser ActiveBrowserPropertyPage.cpp,1.48,1.49
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Tue May 2 23:06:43 CDT 2006
- Previous message: [GME-commit]
GMESRC/GME/Search Search.odl,1.2,1.3 Search.rc,1.10,1.11
SearchCtl.cpp,1.2,1.3 SearchCtl.h,1.3,1.4 SearchDlg.cpp,1.17,1.18
SearchDlg.h,1.9,1.10 resource.h,1.8,1.9
- Next message: [GME-commit] GMESRC/GME/Gme ChildFrm.cpp,1.7,1.8 ChildFrm.h,1.3,1.4
GMEApp.cpp,1.139,1.140 GMEApp.h,1.33,1.34 GMEView.cpp,1.179,1.180
MainFrm.cpp,1.33,1.34 MainFrm.h,1.25,1.26
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /project/gme-repository/GMESRC/GME/GMEActiveBrowser
In directory escher:/tmp/cvs-serv18204
Modified Files:
ActiveBrowserPropertyPage.cpp
Log Message:
Eliminate warning.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: ActiveBrowserPropertyPage.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/GMEActiveBrowser/ActiveBrowserPropertyPage.cpp,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** ActiveBrowserPropertyPage.cpp 2 May 2006 15:47:23 -0000 1.48
--- ActiveBrowserPropertyPage.cpp 2 May 2006 22:06:41 -0000 1.49
***************
*** 1742,1746 ****
m_TreeAggregate.GetItemState(hParentItem,TVIS_EXPANDED)&TVIS_EXPANDED)
{
! bool bisBrwCreNwObj = m_bIsBrowserCreatedNewObject;
Refresh(); // will reset m_bIsBrowserCreatedNewObject
--- 1742,1746 ----
m_TreeAggregate.GetItemState(hParentItem,TVIS_EXPANDED)&TVIS_EXPANDED)
{
! BOOL bisBrwCreNwObj = m_bIsBrowserCreatedNewObject; // save the value
Refresh(); // will reset m_bIsBrowserCreatedNewObject
- Previous message: [GME-commit]
GMESRC/GME/Search Search.odl,1.2,1.3 Search.rc,1.10,1.11
SearchCtl.cpp,1.2,1.3 SearchCtl.h,1.3,1.4 SearchDlg.cpp,1.17,1.18
SearchDlg.h,1.9,1.10 resource.h,1.8,1.9
- Next message: [GME-commit] GMESRC/GME/Gme ChildFrm.cpp,1.7,1.8 ChildFrm.h,1.3,1.4
GMEApp.cpp,1.139,1.140 GMEApp.h,1.33,1.34 GMEView.cpp,1.179,1.180
MainFrm.cpp,1.33,1.34 MainFrm.h,1.25,1.26
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list