[GME-commit]
GMESRC/GME/ObjectInspector ObjectInspectorCtl.cpp,1.34,1.35
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Wed Mar 15 21:47:16 CST 2006
Update of /project/gme-repository/GMESRC/GME/ObjectInspector
In directory escher:/tmp/cvs-serv29280
Modified Files:
ObjectInspectorCtl.cpp
Log Message:
Attributes shown only for RootFolder.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: ObjectInspectorCtl.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/ObjectInspector/ObjectInspectorCtl.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** ObjectInspectorCtl.cpp 19 Jul 2004 15:22:59 -0000 1.34
--- ObjectInspectorCtl.cpp 15 Mar 2006 21:47:14 -0000 1.35
***************
*** 532,536 ****
COMTHROW(ccpMgaFolder->GetParent(&ccpParent,&oeType));
! if ((nCount == 0) && (m_FolderList.GetCount() == 1) || (ccpParent == NULL)) {
// Root Folder - Show project attributes
m_inspectorDlg.ShowPanel(INSP_ATTR_PANEL,true);
--- 532,536 ----
COMTHROW(ccpMgaFolder->GetParent(&ccpParent,&oeType));
! if ((nCount == 0) && (m_FolderList.GetCount() == 1) && (ccpParent == NULL)) {
// Root Folder - Show project attributes
m_inspectorDlg.ShowPanel(INSP_ATTR_PANEL,true);
More information about the GME-commit
mailing list