Changeset 3679

Show
Ignore:
Timestamp:
07/29/08 14:30:55 (4 months ago)
Author:
hans
Message:

Remove accidentially duplicated slot PUBLISHED from POI

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/projects/bos/m2/poi.lisp

    r3677 r3679  
    5050;;; poi 
    5151(define-persistent-class poi () 
    52   ((published :update :initform nil) 
    53    (name :read :index-type string-unique-index 
     52  ((name :read :index-type string-unique-index 
    5453               :index-reader find-poi :index-values all-pois 
    5554               :documentation "Symbolischer Name") 
    56    (published :update :initform nil
     55   (published :update :initform nil :documentation "Wenn dieses Flag NIL ist, wird der POI in den UIs nicht angezeigt"
    5756   (title :update :initform (make-string-hash-table) :documentation "Angezeigter Name") 
    5857   (subtitle :update :initform (make-string-hash-table) :documentation "Unterschrift")