fixed some bugs

svn: r1304
This commit is contained in:
Robby Findler 2005-11-14 04:36:05 +00:00
parent 9c793cf4d6
commit 3f9d7f4e5a
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,8 @@
(let-values ([(zo-compile
make-compilation-manager-load/use-compiled-handler
manager-trace-handler)
(parameterize ([current-namespace (make-namespace)])
(parameterize ([current-namespace (make-namespace)]
[use-compiled-file-paths '()])
(values
(dynamic-require '(lib "zo-compile.ss" "errortrace") 'zo-compile)
(dynamic-require '(lib "cm.ss") 'make-compilation-manager-load/use-compiled-handler)

View File

@ -735,7 +735,7 @@
(λ (x y)
(details-callback))))
(define revert-to-defaults-outer-panel (make-object horizontal-pane% show-details-parent))
(define revert-to-defaults-outer-panel (make-object horizontal-panel% show-details-parent))
(define revert-to-defaults-button (make-object button%
(string-constant revert-to-language-defaults)
revert-to-defaults-outer-panel