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:
12171a7
)
Fix typo
author
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Sun, 8 Nov 2009 12:22:53 +0000
(15:22 +0300)
committer
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Sun, 8 Nov 2009 12:22:53 +0000
(15:22 +0300)
gtk/gtk.demo.lisp
patch
|
blob
|
history
diff --git
a/gtk/gtk.demo.lisp
b/gtk/gtk.demo.lisp
index
e742a44
..
d0c3645
100644
(file)
--- a/
gtk/gtk.demo.lisp
+++ b/
gtk/gtk.demo.lisp
@@
-1029,7
+1029,7
@@
(for it = (tree-store-insert-with-values l nil i n s))
(iter (for j from 0 below 10)
(for n2 = (random 10000000))
- (for s2 = (format nil "~R" n))
+ (for s2 = (format nil "~R" n2))
(tree-store-insert-with-values l it j n2 s2)))
(setf (tree-view-model tv) l)
(let ((column (make-instance 'tree-view-column :title "Number" :sort-column-id 0))