fix all the definitions affected by defdisplay refactoring
[clinton/lisp-on-lines.git] / src / standard-attributes.lisp
index d855e9d..1eb244f 100644 (file)
@@ -3,11 +3,11 @@
 (defattribute image ()
   ())
 
-(defdisplay (:description (buttons (eql 'image-editor-buttons)))
+(defdisplay object (:description (buttons (eql 'image-editor-buttons)))
   (<ucw:a :action (ok component object)
          (<:as-html "select this image")))
 
-(defdisplay (:description (image image))
+(defdisplay object (:description (image image))
   (<:img
    :class (or (getp :css-class) "lol-image") 
    :src (arnesi:strcat
@@ -15,7 +15,7 @@
         (escape-as-uri
          (attribute-value object image)))))
 
-(defdisplay (:description (image image)
+(defdisplay object (:description (image image)
             :in-layer editor)
   (<:div
    :class "lol-image-thumbnails"