[Igarden-commit] Garden/source/Document CPlanPanel.cp, 1.43.2.1, 1.43.2.2
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-12-05 03:06:31
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv10927 Modified Files: Tag: Release_branch_v1 CPlanPanel.cp Log Message: Handle case where no active window exists yet Index: CPlanPanel.cp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/CPlanPanel.cp,v retrieving revision 1.43.2.1 retrieving revision 1.43.2.2 diff -C2 -d -r1.43.2.1 -r1.43.2.2 *** CPlanPanel.cp 1 Nov 2006 03:09:56 -0000 1.43.2.1 --- CPlanPanel.cp 5 Dec 2006 03:06:29 -0000 1.43.2.2 *************** *** 967,971 **** #if 1 ! _active->UseIdleTime(arg, parg); #endif } --- 967,972 ---- #if 1 ! if(_active) ! _active->UseIdleTime(arg, parg); #endif } |