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:
f6901bf
)
Use exported symbol in generating.lisp
author
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Fri, 17 Jul 2009 06:53:52 +0000
(10:53 +0400)
committer
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Fri, 17 Jul 2009 06:53:52 +0000
(10:53 +0400)
generating.lisp
patch
|
blob
|
history
diff --git
a/generating.lisp
b/generating.lisp
index
b0c274c
..
56fd195
100644
(file)
--- a/
generating.lisp
+++ b/
generating.lisp
@@
-32,7
+32,7
@@
(defun gtk-generate (filename)
(with-open-file (stream filename :direction :output :if-exists :supersede)
- (gobject::generate-types-hierarchy-to-file
+ (generate-types-hierarchy-to-file
stream
"GtkObject"
:include-referenced t