[mcclim-cvs] CVS mcclim

thenriksen thenriksen at common-lisp.net
Fri May 9 22:16:11 UTC 2008


Update of /project/mcclim/cvsroot/mcclim
In directory clnet:/tmp/cvs-serv10826

Modified Files:
	gadgets.lisp 
Log Message:
The default value of a list-pane should be NIL.


--- /project/mcclim/cvsroot/mcclim/gadgets.lisp	2008/05/09 21:24:28	1.110
+++ /project/mcclim/cvsroot/mcclim/gadgets.lisp	2008/05/09 22:16:11	1.111
@@ -628,7 +628,8 @@
   (:documentation 
    "The instantiable class that implements an abstract list pane, that is, a gadget
     whose semantics are similar to a radio box or check box, but whose visual
-    appearance is a list of buttons."))
+    appearance is a list of buttons.")
+  (:default-initargs :value nil))
 
 (defclass option-pane (value-gadget)
   ()




More information about the Mcclim-cvs mailing list