From e4d1c6e4a7284689b124fbc182aa8791b0d06d0e Mon Sep 17 00:00:00 2001 From: espen Date: Thu, 12 Jul 2007 09:18:30 +0000 Subject: [PATCH] Fix due to minor API change in message-dialog --- examples/testgtk.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@ :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) -- 2.11.0