[mcclim-cvs] CVS mcclim/Apps/Inspector

thenriksen thenriksen at common-lisp.net
Mon Feb 11 22:50:04 UTC 2008


Update of /project/mcclim/cvsroot/mcclim/Apps/Inspector
In directory clnet:/tmp/cvs-serv23082/Apps/Inspector

Modified Files:
	inspector.lisp 
Log Message:
Flayed Fundamental syntax, most of what it used to do is now done by
the drei-buffer-view directly.


--- /project/mcclim/cvsroot/mcclim/Apps/Inspector/inspector.lisp	2008/02/03 23:42:01	1.42
+++ /project/mcclim/cvsroot/mcclim/Apps/Inspector/inspector.lisp	2008/02/11 22:50:04	1.43
@@ -47,7 +47,7 @@
 	:display-function 'display-app)
    (int :interactor :width 600 :height 100 :max-height 100))
   (:layouts
-   (default (vertically () (scrolling () app) int))))
+   (default (vertically () (scrolling () app) #+nil int))))
 
 (defmethod initialize-instance :after ((frame inspector) &rest args)
   (declare (ignore args))




More information about the Mcclim-cvs mailing list