projects
/
cl-gtk2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4779b2e
)
Set *debug-subclass* at mm-test
author
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Sun, 6 Sep 2009 10:16:58 +0000
(14:16 +0400)
committer
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Sun, 6 Sep 2009 10:16:58 +0000
(14:16 +0400)
mm-test.lisp
patch
|
blob
|
history
diff --git
a/mm-test.lisp
b/mm-test.lisp
index
9d44ef1
..
e76ae5d
100644
(file)
--- a/
mm-test.lisp
+++ b/
mm-test.lisp
@@
-61,7
+61,8
@@
")))
(setf gobject::*debug-stream* *standard-output*
- gobject::*debug-gc* t)
+ gobject::*debug-gc* t
+ gobject::*debug-subclass* t)
(defclass my-button (gtk:button) () (:metaclass gobject-class))