[Igarden-commit] Garden/source/Document ClientDocument.cp, 1.37, 1.37.2.1
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-11-26 01:25:49
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv8236 Modified Files: Tag: Release_branch_v1 ClientDocument.cp Log Message: Unify plant and hardscape palettes & improve speed Index: ClientDocument.cp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/ClientDocument.cp,v retrieving revision 1.37 retrieving revision 1.37.2.1 diff -C2 -d -r1.37 -r1.37.2.1 *** ClientDocument.cp 21 May 2006 04:08:40 -0000 1.37 --- ClientDocument.cp 26 Nov 2006 01:25:47 -0000 1.37.2.1 *************** *** 85,92 **** WaitCursor(); - // PRECONDITION(_layout != NULL && _prefs != NULL); - // _prefs->SaveObject(); - // _journal->Save(); // Debug this later - _layout->DoSave(); if(_compat) { --- 85,88 ---- *************** *** 668,671 **** --- 664,668 ---- OSStatus err = SetWindowProxyCreatorAndType (_win->GetWindowPtr(), RSGrdenCreator, RSGardenDocType, kOnSystemDisk); #endif + _layout->LoadInitialPalettes(NULL); } |