[mcclim-cvs] CVS mcclim/ESA

rstrandh rstrandh at common-lisp.net
Mon Nov 27 11:54:50 UTC 2006


Update of /project/mcclim/cvsroot/mcclim/ESA
In directory clnet:/tmp/cvs-serv15811/ESA

Modified Files:
	esa.lisp 
Log Message:
Make the ESA example work again after recent changes. 


--- /project/mcclim/cvsroot/mcclim/ESA/esa.lisp	2006/11/18 20:47:46	1.2
+++ /project/mcclim/cvsroot/mcclim/ESA/esa.lisp	2006/11/27 11:54:49	1.3
@@ -1559,8 +1559,8 @@
 (defclass example-pane (esa-pane-mixin application-pane)
   ((contents :initform "hello" :accessor contents)))
 
-(define-application-frame example (standard-application-frame
-				   esa-frame-mixin)
+(define-application-frame example (esa-frame-mixin
+				   standard-application-frame)
   ()
   (:panes
    (window (let* ((my-pane 




More information about the Mcclim-cvs mailing list