X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=views.lisp;h=8f0f9b8c2ff377ff205c2011a4bb2e0095140c81;hb=409c40b1221545d7230f6e812921d441ba2d5f89;hp=795f079bc47cdc2a7601e6de99d6cd0afe8b9989;hpb=9fac7ca418d0d16d40c24231a686b3ecd6b6a826;p=hyperobject.git diff --git a/views.lisp b/views.lisp index 795f079..8f0f9b8 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.25 2003/03/26 21:03:22 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -101,7 +101,9 @@ (aif (find category (views obj-class) :key #'category) it (let ((view - (make-instance 'object-view :object-class-name (class-name obj-class) + (make-instance 'object-view + :object-class-name (class-name obj-class) + :object-class obj-class :category category :slots slots))) (push view (views obj-class)) @@ -137,6 +139,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)