From: Kevin M. Rosenberg Date: Tue, 25 Mar 2003 14:34:46 +0000 (+0000) Subject: r4255: *** empty log message *** X-Git-Tag: debian-2.11.0-2~200 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=2060170d0e70f0645f0ba5c61fbe90cd8a9f4ab7 r4255: *** empty log message *** --- diff --git a/views.lisp b/views.lisp index 795f079..3b04a3b 100644 --- a/views.lisp +++ b/views.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: views.lisp,v 1.22 2003/03/25 06:45:57 kevin Exp $ +;;;; $Id: views.lisp,v 1.23 2003/03/25 14:34:46 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -137,6 +137,7 @@ (let* ((name (class-name cl)) (view (make-instance 'object-view :name "automatic" :object-class-name name + :object-class cl :category :compact-text))) view)) ((consp view-def)