[GME-commit]
GMESRC/Paradigms/MetaGME/BonExtension/Gui Table.cpp,1.3,1.4
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Tue Mar 16 09:55:16 CST 2004
- Previous message: [GME-commit]
GMESRC/Paradigms/MetaGME/MONTraverser MONDialog.cpp,1.5,1.6
MONDialog.h,1.2,1.3
- Next message: [GME-commit]
GMESRC/Paradigms/SF/BON2Interpreter BON2Component.h,1.4,1.5
SFBonExtension.cpp,1.1,1.2 SFBonExtension.h,1.1,1.2
SFBonUserExtension.cpp,1.2,1.3
SFInterpreterBON2Component.dsp,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/gme/GMESRC/Paradigms/MetaGME/BonExtension/Gui
In directory braindrain:/tmp/cvs-serv9532
Modified Files:
Table.cpp
Log Message:
Bug correction: first item in dialog box didn't work as needed - making all descendants also "no" if a base class is "no"
Modified Files:
Table.cpp
CVS User: zolmol
Index: Table.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/BonExtension/Gui/Table.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Table.cpp 2 Mar 2004 19:21:11 -0000 1.3
--- Table.cpp 16 Mar 2004 15:55:07 -0000 1.4
***************
*** 49,56 ****
if (plvItem->pszText != NULL)
{
! SetItemText(plvItem->iItem, plvItem->iSubItem, plvItem->pszText);
! std::string val( plvItem->pszText);
! if ( plvItem->iItem)
{
int rid = this->GetItemData( plvItem->iItem);
if ( m_parent)
--- 49,55 ----
if (plvItem->pszText != NULL)
{
! if ( SetItemText(plvItem->iItem, plvItem->iSubItem, plvItem->pszText))// mod on 3/16/2004 plvItem->iItem >= 0)
{
+ std::string val( plvItem->pszText);
int rid = this->GetItemData( plvItem->iItem);
if ( m_parent)
- Previous message: [GME-commit]
GMESRC/Paradigms/MetaGME/MONTraverser MONDialog.cpp,1.5,1.6
MONDialog.h,1.2,1.3
- Next message: [GME-commit]
GMESRC/Paradigms/SF/BON2Interpreter BON2Component.h,1.4,1.5
SFBonExtension.cpp,1.1,1.2 SFBonExtension.h,1.1,1.2
SFBonUserExtension.cpp,1.2,1.3
SFInterpreterBON2Component.dsp,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list