From 8ee73448cf7fb0ee832219593e6ffa1eb53e4e45 Mon Sep 17 00:00:00 2001 From: Olof-Joachim Frahm Date: Sun, 26 Aug 2012 18:29:25 +0200 Subject: [PATCH] Fix wrong function arguments. --- gtk/ui-markup.lisp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -- 1.7.10.4