[mcclim-cvs] CVS mcclim/Drei

thenriksen thenriksen at common-lisp.net
Sat Feb 16 21:33:40 UTC 2008


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




More information about the Mcclim-cvs mailing list