[cells-gtk-cvs] CVS root/cells-gtk
pdenno
pdenno at common-lisp.net
Thu Feb 16 18:15:48 UTC 2006
Update of /project/cells-gtk/cvsroot/root/cells-gtk
In directory common-lisp:/tmp/cvs-serv10692/root/cells-gtk
Modified Files:
layout.lisp
Log Message:
nil --> +c-null+
--- /project/cells-gtk/cvsroot/root/cells-gtk/layout.lisp 2006/01/03 18:58:54 1.6
+++ /project/cells-gtk/cvsroot/root/cells-gtk/layout.lisp 2006/02/16 18:15:47 1.7
@@ -185,7 +185,7 @@
()
:expand t :fill t
:policy (list 1 1)
- :new-args (list c-null c-null))
+ :new-args (list +c-null+ +c-null+))
(def-c-output .kids ((self scrolled-window))
(assert-bin self)
More information about the Cells-gtk-cvs
mailing list