[Igarden-commit] Garden/source/Document CDatabasePanel.cp, 1.104, 1.104.2.1
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-01-08 13:56:31
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15203 Modified Files: Tag: Release_branch_v1 CDatabasePanel.cp Log Message: Fix error entering negative integers Index: CDatabasePanel.cp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/CDatabasePanel.cp,v retrieving revision 1.104 retrieving revision 1.104.2.1 diff -C2 -d -r1.104 -r1.104.2.1 *** CDatabasePanel.cp 26 Jun 2006 00:59:11 -0000 1.104 --- CDatabasePanel.cp 8 Jan 2007 13:56:28 -0000 1.104.2.1 *************** *** 3037,3041 **** sprintf(buf, "%ld", cell->GetInteger()); cell->SetStrError(buf); ! _table->InlineEdit(); } break; --- 3037,3041 ---- sprintf(buf, "%ld", cell->GetInteger()); cell->SetStrError(buf); ! // _table->InlineEdit(); } break; |