Doesn't take an event, just the button being clicked.

svn: r11627
This commit is contained in:
Stevie Strickland 2008-09-10 02:38:45 +00:00
parent 19ac32d5f6
commit 594c89f8c4

View File

@ -785,7 +785,7 @@
[bitmap handin-icon] [bitmap handin-icon]
[parent client-panel] [parent client-panel]
[callback [callback
(lambda (button evt) (lambda (button)
(let ([content (editors->string (let ([content (editors->string
(list (get-definitions-text) (list (get-definitions-text)
(get-interactions-text)))]) (get-interactions-text)))])