Update of /project/mcclim/cvsroot/mcclim/Drei In directory clnet:/tmp/cvs-serv6197/Drei
Modified Files: drei-clim.lisp Log Message: Patch from Thomas Persson to make Drei gadgets inherit the command table of their application frame.
--- /project/mcclim/cvsroot/mcclim/Drei/drei-clim.lisp 2008/02/02 19:03:26 1.41 +++ /project/mcclim/cvsroot/mcclim/Drei/drei-clim.lisp 2008/02/16 21:33:40 1.42 @@ -337,7 +337,8 @@
(defmethod additional-command-tables append ((drei drei-gadget-pane) (table drei-command-table)) - `(exclusive-gadget-table)) + `(exclusive-gadget-table + ,(frame-command-table *application-frame*)))
(defclass drei-area (drei displayed-output-record region command-processor