moved display of modified record to below dialog
authorDrew Crampsie <drewc@tech.coop>
Thu, 7 Jul 2005 02:48:53 +0000 (19:48 -0700)
committerDrew Crampsie <drewc@tech.coop>
Thu, 7 Jul 2005 02:48:53 +0000 (19:48 -0700)
darcs-hash:20050707024853-5417e-3e05c4366c67a318a93fd97d1b33d5fe8c4341a8.gz

src/mewa/mewa.lisp

index 1d8916c..fea4984 100644 (file)
@@ -304,8 +304,8 @@ attributes is an alist keyed on the attribute nreeame."
   ((body :initarg :body)))
 
 (defmethod render-on ((res response) (self about-dialog))
   ((body :initarg :body)))
 
 (defmethod render-on ((res response) (self about-dialog))
-  (render-on res (slot-value self 'body))
-  (call-next-method))
+  (call-next-method)
+  (render-on res (slot-value self 'body)))
 
 (defaction cancel-save-instance ((self mewa))
   (cond  
 
 (defaction cancel-save-instance ((self mewa))
   (cond  
@@ -340,10 +340,6 @@ attributes is an alist keyed on the attribute nreeame."
   (ensure-instance-sync self)
   (answer self))
 
   (ensure-instance-sync self)
   (answer self))
 
-
-
-
-
 (defmethod (setf presentation-slot-value) :around (value (slot slot-presentation) instance)
   (let* ((old (prog1 
                 (presentation-slot-value slot instance)
 (defmethod (setf presentation-slot-value) :around (value (slot slot-presentation) instance)
   (let* ((old (prog1 
                 (presentation-slot-value slot instance)