original commit: 592a31fcd19620a694ef6dd6df7839ebbf2fd6f5
This commit is contained in:
Robby Findler 2001-07-01 01:00:17 +00:00
parent d5823039c6
commit c967661e8b
3 changed files with 0 additions and 4 deletions

View File

@ -93,7 +93,6 @@
(override on-superwindow-show)
(rename [super-on-superwindow-show on-superwindow-show])
(define (on-superwindow-show shown?)
(printf "on-superwindow-show ~s~n" shown?)
(send (group:get-the-frame-group) frame-shown/hidden this)
(super-on-superwindow-show shown?))

View File

@ -57,7 +57,6 @@
eq?))))]
[define (update-windows-menus)
(printf "update-windows-menus~n")
(let* ([windows (length windows-menus)]
[default-name "Untitled"]
[get-name
@ -132,7 +131,6 @@
[define frame-shown/hidden
(lambda (frame)
(printf "frame-shown/hidden: ~s~n" frame)
(when (member frame (map frame-frame frames))
(update-windows-menus)))]

View File

@ -177,7 +177,6 @@
(hash-table-put! saved-defaults p (make-pref pref))
pref)]
[(pref? saved-default)
(printf "3~n")
(pref-value saved-default)])))]
[default-okay? (checker default-value)])
(unless default-okay?