From: Drew Crampsie Date: Sat, 29 Oct 2005 00:26:51 +0000 (-0700) Subject: fixed textarea to not show NIL X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/commitdiff_plain/9f2bdea87849c3feab566d6cd49c67bb31cc1f36 fixed textarea to not show NIL darcs-hash:20051029002651-5417e-19c3ebc7c0534a90b60808cfa4ac09e3c600ef68.gz --- diff --git a/src/slot-presentations.lisp b/src/slot-presentations.lisp index 8bd517c..19927f9 100644 --- a/src/slot-presentations.lisp +++ b/src/slot-presentations.lisp @@ -14,19 +14,22 @@ ;;;; ** Textarea Slot Presentation (defslot-presentation text-slot-presentation () - ((rows :initarg :rows :accessor rows :initform 25) + ((rows :initarg :rows :accessor rows :initform 5) (columns :initarg :columns :accessor columns :initform 40) (escape-html-p :initarg :escape-html-p :accessor escape-html-p :initform nil)) (:type-name text)) (defmethod present-slot ((slot text-slot-presentation) instance) - (if (editablep slot) - (