default = #f
svn: r2828
This commit is contained in:
parent
7c4c832269
commit
e337bae1b5
|
@ -23,7 +23,7 @@
|
||||||
;; in the future it is possible to change it to default to a different
|
;; in the future it is possible to change it to default to a different
|
||||||
;; default.
|
;; default.
|
||||||
(define (enabled? v)
|
(define (enabled? v)
|
||||||
(case v [(yes) #t] [(no) #f] [else #t])) ; default to #t
|
(case v [(yes) #t] [(no) #f] [else #f])) ; default to #f
|
||||||
|
|
||||||
(define (check-for-updates)
|
(define (check-for-updates)
|
||||||
;; wait until the definitions are instantiated, return top-level window
|
;; wait until the definitions are instantiated, return top-level window
|
||||||
|
|
Loading…
Reference in New Issue
Block a user