Fix wrong function arguments.
authorOlof-Joachim Frahm <olof@macrolet.net>
Sun, 26 Aug 2012 16:29:25 +0000 (18:29 +0200)
committerOlof-Joachim Frahm <olof@macrolet.net>
Thu, 1 Nov 2012 21:07:48 +0000 (22:07 +0100)
gtk/ui-markup.lisp

index f64c4d4..71b1725 100644 (file)
   (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