[cells-gtk-cvs] CVS update: root/cells-gtk/test-gtk/test-display.lisp
Peter Denno
pdenno at common-lisp.net
Sun Feb 27 03:21:21 UTC 2005
Update of /project/cells-gtk/cvsroot/root/cells-gtk/test-gtk
In directory common-lisp.net:/tmp/cvs-serv24412/cells-gtk/test-gtk
Modified Files:
test-display.lisp
Log Message:
Remove incorrect package specifier to correspond to Juergen Gmeiner's patch, which moves specials referencing pathnames used in test-gtk out of config.lisp and into test-gtk.lisp
Date: Sun Feb 27 04:21:20 2005
Author: pdenno
Index: root/cells-gtk/test-gtk/test-display.lisp
diff -u root/cells-gtk/test-gtk/test-display.lisp:1.5 root/cells-gtk/test-gtk/test-display.lisp:1.6
--- root/cells-gtk/test-gtk/test-display.lisp:1.5 Wed Feb 16 23:35:57 2005
+++ root/cells-gtk/test-gtk/test-display.lisp Sun Feb 27 04:21:20 2005
@@ -20,7 +20,7 @@
:ratio 1
:kids (list
(mk-image :width 200 :height 250
- :filename (namestring cl-user::*tst-image*))))
+ :filename (namestring *tst-image*))))
(mk-hseparator)
(mk-hbox
:kids (list
More information about the Cells-gtk-cvs
mailing list