From 26be8b9db64cfa928cc122972504306166008121 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 3 Nov 2009 01:40:21 +0000 Subject: [PATCH] make the status bar in the startup screen count all the way to the end of invoking the tools svn: r16509 --- collects/drscheme/tool-lib.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/drscheme/tool-lib.ss b/collects/drscheme/tool-lib.ss index e5d6c65979..bcbc31d605 100644 --- a/collects/drscheme/tool-lib.ss +++ b/collects/drscheme/tool-lib.ss @@ -28,8 +28,8 @@ all of the names in the tools library, for use defining keybindings (require/doc (for-label errortrace/errortrace-key)) -(shutdown-splash) (define-values/invoke-unit/infer drscheme@) +(shutdown-splash) (close-splash) (provide-signature-elements drscheme:tool-cm^) ;; provide all of the classes & interfaces