fix error in menu-popup
authorAndrey Kutejko <andy128k@gmail.com>
Mon, 22 Feb 2010 14:58:59 +0000 (16:58 +0200)
committerAndrey Kutejko <andy128k@gmail.com>
Mon, 22 Feb 2010 14:58:59 +0000 (16:58 +0200)
gtk/gtk.menu.lisp

index 7ddd0f8..a316e21 100644 (file)
@@ -44,7 +44,7 @@
         (gtk-menu-popup menu parent-menu-shell parent-menu-item
                         (callback gtk-menu-position-func-callback)
                         ptr button activate-time))
-      (gtk-menu-popup menu parent-menu-shell parent-menu-item (callback gtk-menu-position-func-callback) (null-pointer) (null-pointer) activate-time)))
+      (gtk-menu-popup menu parent-menu-shell parent-menu-item (null-pointer) (null-pointer) button activate-time)))
 
 (export 'menu-popup)