1. undid the "simplification" of patch 1096066 which resulted in a crash
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Feb 2005 13:45:31 +0000 (13:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Feb 2005 13:45:31 +0000 (13:45 +0000)
commit407020995e0e00f847c7eb45d87312217bcdd1ed
tree64529d32ef36da01667c067f14917e499327bc1f
parentbd2d8bfde11e9e339cb6dc36252f54c937f06e41
1. undid the "simplification" of patch 1096066 which resulted in a crash
   (see this patch discussion)
2. check that all views agree to close before starting to delete them
3. commented the code so that the next poor soul looking at it will know
   that deleting a view can delete the document which deletes -- surely
   wasn't obvious to me...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/docview.cpp