[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


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)



More information about the GME-commit mailing list