From: Olof-Joachim Frahm Date: Sun, 26 Aug 2012 16:29:25 +0000 (+0200) Subject: Fix wrong function arguments. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=8ee73448cf7fb0ee832219593e6ffa1eb53e4e45;p=cl-gtk2.git Fix wrong function arguments. --- diff --git a/gtk/ui-markup.lisp b/gtk/ui-markup.lisp index f64c4d4..71b1725 100644 --- 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