From: espen Date: Sun, 6 Mar 2005 11:55:07 +0000 (+0000) Subject: Bug fix X-Git-Tag: clg-0-90~44 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/43d515e310c8ad017522bb24a469728846a6b5ac Bug fix --- diff --git a/hello-world.lisp b/hello-world.lisp index f6881bf..ab99220 100644 --- a/hello-world.lisp +++ b/hello-world.lisp @@ -6,7 +6,7 @@ (make-instance 'window ; :type :toplevel :title "Test" :border-width 5 - :visible :show-children t + :visible t :show-children t :child (make-instance 'button :label "Hello World!" :signal (list 'clicked