X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/6bc4028b30353907f20c7ae61b6d5f966a9436e9..e4d1c6e4a7284689b124fbc182aa8791b0d06d0e:/examples/testgtk.lisp diff --git a/examples/testgtk.lisp b/examples/testgtk.lisp index b008a04..858d894 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 @@ (defun load-pixbufs () :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)