[cells-gtk-cvs] CVS update: root/cells-gtk/test-gtk/test-gtk.lisp

Kenny Tilton ktilton at common-lisp.net
Fri Dec 24 02:04:01 UTC 2004


Update of /project/cells-gtk/cvsroot/root/cells-gtk/test-gtk
In directory common-lisp.net:/tmp/cvs-serv19976/cells-gtk/test-gtk

Modified Files:
	test-gtk.lisp 
Log Message:
(Andras's) fix for with-g-value to pump up CMU handling of tree-view demo
Date: Fri Dec 24 03:03:58 2004
Author: ktilton

Index: root/cells-gtk/test-gtk/test-gtk.lisp
diff -u root/cells-gtk/test-gtk/test-gtk.lisp:1.6 root/cells-gtk/test-gtk/test-gtk.lisp:1.7
--- root/cells-gtk/test-gtk/test-gtk.lisp:1.6	Thu Dec 16 05:51:14 2004
+++ root/cells-gtk/test-gtk/test-gtk.lisp	Fri Dec 24 03:03:57 2004
@@ -18,10 +18,10 @@
                         "Menus"
                         "Textview" "Dialogs" "Addon"
                         "Entry"
-                        "Tree-view"
+                        #-cmu "Tree-view"
                         )))
             (list (mk-notebook 
-                   :tab-labels nil #+not '("Buttons") 
+                   :tab-labels tabs
                    :kids  (loop for test-name in tabs
                               collect (make-instance
                                           (intern (string-upcase




More information about the Cells-gtk-cvs mailing list