fixed a few v4.0 isms
svn: r10565
This commit is contained in:
parent
ed8dcade51
commit
170788f332
|
@ -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?
|
||||
|
|
|
@ -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%)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user