From e337bae1b547846ceb5f2fab48ad53152d59d0ef Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 27 Apr 2006 22:25:16 +0000 Subject: [PATCH] default = #f svn: r2828 --- collects/version/tool.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/version/tool.ss b/collects/version/tool.ss index b4e19e90d6..6bd62c7d6e 100644 --- a/collects/version/tool.ss +++ b/collects/version/tool.ss @@ -23,7 +23,7 @@ ;; in the future it is possible to change it to default to a different ;; default. (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) ;; wait until the definitions are instantiated, return top-level window