[Igarden-commit] Garden/source/Document CDatabasePanel.cpp, 1.4.2.25, 1.4.2.26
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-04-12 19:03:53
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv21945/source/Document Modified Files: Tag: Release_branch_v1 CDatabasePanel.cpp Log Message: Fix an issue where paste would sometimes not work Index: CDatabasePanel.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/CDatabasePanel.cpp,v retrieving revision 1.4.2.25 retrieving revision 1.4.2.26 diff -C2 -d -r1.4.2.25 -r1.4.2.26 *** CDatabasePanel.cpp 11 Apr 2008 10:40:23 -0000 1.4.2.25 --- CDatabasePanel.cpp 12 Apr 2008 19:03:54 -0000 1.4.2.26 *************** *** 285,288 **** --- 285,290 ---- return kIgnored; break; + default: + return kIgnored; } } |