From: espen Date: Thu, 12 Jul 2007 09:18:30 +0000 (+0000) Subject: Fix due to minor API change in message-dialog X-Git-Tag: clg-0-93~96 X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/d9c9bb7cc16432444ec05dea27aed0ee0a2efa3a Fix due to minor API change in message-dialog --- diff --git a/examples/testgtk.lisp b/examples/testgtk.lisp index 1448aba..5f2ad9b 100644 --- a/examples/testgtk.lisp +++ b/examples/testgtk.lisp @@ -26,7 +26,7 @@ ;; Kimball, Josh MacDonald and others. -;; $Id: testgtk.lisp,v 1.40 2007/06/20 10:20:47 espen Exp $ +;; $Id: testgtk.lisp,v 1.41 2007/07/12 09:18:30 espen Exp $ #+sbcl(require :gtk) #+(or cmu clisp)(asdf:oos 'asdf:load-op :gtk) @@ -544,7 +544,7 @@ :message-type :error :visible t :text "Failed to load an image" :secondary-text (glib:gerror-message condition) - :signal (list :close #'widget-destroy :object t)) + :signal (list :ok #'widget-destroy :object t)) (return-from load-pixbufs nil)))) t)