adjust the close callback so that it knows what state the bug report window is in

closes PR 11773

merge to the release, please
This commit is contained in:
Robby Findler 2011-04-16 21:09:29 -05:00
parent 2a5fe45c7a
commit 95b6f149fa

View File

@ -59,6 +59,8 @@
(cond (cond
[close-box-clicked? [close-box-clicked?
(cond (cond
[(eq? (send single active-child) finished-panel)
#t]
[(empty-bug-report?) [(empty-bug-report?)
(no-more-saving) (no-more-saving)
(unsave-bug-report bug-id) (unsave-bug-report bug-id)