fixed a few v4.0 isms

svn: r10565
This commit is contained in:
Robby Findler 2008-07-02 20:31:40 +00:00
parent ed8dcade51
commit 170788f332
2 changed files with 2 additions and 2 deletions

View File

@ -224,7 +224,7 @@
get-pure-port
(lambda (ip)
(copy-port ip op)))))
'truncate)
#:exists 'truncate)
(pop-status)
(let ([bitmap (make-object bitmap% tmp-filename)])
(with-handlers ([exn:fail?

View File

@ -1144,7 +1144,7 @@ A test case:
(show #t)
(send (send (get-hyper-panel) get-canvas) goto-url start-url #f))])
(lambda (%)
(hyper-no-show-frame-mixin (m %)))))
(m (hyper-no-show-frame-mixin %)))))
(define hyper-frame% (hyper-frame-mixin (frame:status-line-mixin frame:basic%)))
(define hyper-no-show-frame% (hyper-no-show-frame-mixin (frame:status-line-mixin frame:basic%)))