this accesses some internal ucw symbols. this will have to be changed with some patch...
authordrewc <drewc@tech.coop>
Mon, 13 Jun 2005 22:35:02 +0000 (15:35 -0700)
committerdrewc <drewc@tech.coop>
Mon, 13 Jun 2005 22:35:02 +0000 (15:35 -0700)
I'm adding the :instances initarg to the ucw::instances slot, this should be patched in ucw removed from here.

darcs-hash:20050613223502-39164-233efddfa5588d6c462df6f27a649809186c6b07.gz

src/mewa/presentations.lisp

index 62d70e8..837e9a8 100644 (file)
@@ -33,7 +33,7 @@
 
 ;;;lists
 (defcomponent mewa-list-presentation (mewa ucw:list-presentation) 
 
 ;;;lists
 (defcomponent mewa-list-presentation (mewa ucw:list-presentation) 
-  ((instances :accessor instances :initarg :instances :initform nil)
+  ((ucw::instances :accessor instances :initarg :instances :initform nil)
    (instance :accessor instance)
    (select-label :accessor select-label :initform "select" :initarg :select-label)
    (selectablep :accessor selectablep :initform t :initarg :selectablep)))
    (instance :accessor instance)
    (select-label :accessor select-label :initform "select" :initarg :select-label)
    (selectablep :accessor selectablep :initform t :initarg :selectablep)))