make the dialog non-modal
svn: r2810
This commit is contained in:
parent
33bea30acc
commit
31b9658fb8
|
@ -32,6 +32,9 @@
|
||||||
(begin (sleep 1) (wait-for-definitions))
|
(begin (sleep 1) (wait-for-definitions))
|
||||||
(car ws))))
|
(car ws))))
|
||||||
(define (check top)
|
(define (check top)
|
||||||
|
;; some wants a non-modal dialog that can be pushed back as a reminder
|
||||||
|
;; instead of dismiss
|
||||||
|
(set! top #f)
|
||||||
(let ([r (check-version)])
|
(let ([r (check-version)])
|
||||||
;; do nothing if we have a good version, if there was an error, or if
|
;; do nothing if we have a good version, if there was an error, or if
|
||||||
;; there is a suggested alpha -- only show a message if there is a
|
;; there is a suggested alpha -- only show a message if there is a
|
||||||
|
|
Loading…
Reference in New Issue
Block a user