svn: r15966
This commit is contained in:
Robby Findler 2009-09-11 00:03:23 +00:00
parent c8c43bbe34
commit 53bf9d51c1

View File

@ -885,8 +885,9 @@ profile todo:
(send frame get-interactions-text))])
(when frame
(send frame show #t))
(when (let ([wbv (weak-box-value (car edition-pair))])
(and wbv (eq? editor wbv)))
(when (and edition-pair
(let ([wbv (weak-box-value (car edition-pair))])
(and wbv (eq? editor wbv))))
(unless (= (cdr edition-pair) (send editor get-edition-number))
(message-box (string-constant drscheme)
(string-constant editor-changed-since-srcloc-recorded)