From: Mark Wooding Date: Fri, 22 Mar 2013 02:21:45 +0000 (+0000) Subject: gtk/gtk.lisp: Apparently when you ask for a stock Button, you get a Bin. X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/8bdd4dc621033ad58371ebd623f7efb1f963ad2f gtk/gtk.lisp: Apparently when you ask for a stock Button, you get a Bin. So relax the type check on the return value of `gtk:%dialog-add-button'. --- diff --git a/gtk/gtk.lisp b/gtk/gtk.lisp index b4038d3..f193114 100644 --- a/gtk/gtk.lisp +++ b/gtk/gtk.lisp @@ -875,7 +875,7 @@ ((dialog-response-id dialog response nil t) int)) -(defbinding %dialog-add-button () button +(defbinding %dialog-add-button () bin (dialog dialog) (text string) (response-id int))