[cells-cvs] CVS Celtk

fgoenninger fgoenninger at common-lisp.net
Sun May 28 23:53:57 UTC 2006


Update of /project/cells/cvsroot/Celtk
In directory clnet:/tmp/cvs-serv20307

Modified Files:
	fileevent.lisp 
Log Message:
Changed: function test-fileevent: No more using slot eval-text
(this slot is obsolete in the text widget).

--- /project/cells/cvsroot/Celtk/fileevent.lisp	2006/05/28 15:34:27	1.4
+++ /project/cells/cvsroot/Celtk/fileevent.lisp	2006/05/28 23:53:57	1.5
@@ -21,7 +21,7 @@
 ;;; DEALINGS IN THE SOFTWARE.
 ;;;
 ;;; ---------------------------------------------------------------------------
-;;; $Header: /project/cells/cvsroot/Celtk/fileevent.lisp,v 1.4 2006/05/28 15:34:27 ktilton Exp $
+;;; $Header: /project/cells/cvsroot/Celtk/fileevent.lisp,v 1.5 2006/05/28 23:53:57 fgoenninger Exp $
 ;;; ---------------------------------------------------------------------------
 
 ;;; ===========================================================================
@@ -463,8 +463,7 @@
 				     :width 80
 				     :borderwidth 2
 				     :relief 'sunken
-				     :pady 5
-				     :eval-text nil))
+				     :pady 5))
 		   (mk-fileevent :id :fileevent-test
 				 :read-fn 'read-from-pipe
 			         :iostream (open "/0dev/hw.txt"




More information about the Cells-cvs mailing list