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:
d35f956
)
Fix wrong function arguments.
author
Olof-Joachim Frahm
<olof@macrolet.net>
Sun, 26 Aug 2012 16:29:25 +0000
(18:29 +0200)
committer
Olof-Joachim Frahm
<olof@macrolet.net>
Thu, 1 Nov 2012 21:07:48 +0000
(22:07 +0100)
gtk/ui-markup.lisp
patch
|
blob
|
history
diff --git
a/gtk/ui-markup.lisp
b/gtk/ui-markup.lisp
index
f64c4d4
..
71b1725
100644
(file)
--- a/
gtk/ui-markup.lisp
+++ b/
gtk/ui-markup.lisp
@@
-82,11
+82,7
@@
(unless bottom
(error "bottom is a mandatory child property for table packing"))
- (table-attach table child
- :left left
- :right right
- :top top
- :bottom bottom
+ (table-attach table child left right top bottom
:x-options x-options
:y-options y-options
:x-padding x-padding