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:
5e7fc0e
)
Fix typo
author
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Tue, 1 Sep 2009 21:04:43 +0000
(
01:04
+0400)
committer
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Tue, 1 Sep 2009 21:04:43 +0000
(
01:04
+0400)
gtk/gtk.tree-model.lisp
patch
|
blob
|
history
diff --git
a/gtk/gtk.tree-model.lisp
b/gtk/gtk.tree-model.lisp
index
6dc7e17
..
51e2814
100644
(file)
--- a/
gtk/gtk.tree-model.lisp
+++ b/
gtk/gtk.tree-model.lisp
@@
-145,7
+145,7
@@
(defcfun (tree-model-flags "gtk_tree_model_get_flags") tree-model-flags
(tree-model g-object))
-(export 'tree-modelg-flags)
+(export 'tree-model-flags)
(defcfun (tree-model-n-columns "gtk_tree_model_get_n_columns") :int
(tree-model g-object))