chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
60ed056
)
Fix due to minor API change in message-dialog
author
espen
<espen>
Thu, 12 Jul 2007 09:18:30 +0000
(09:18 +0000)
committer
espen
<espen>
Thu, 12 Jul 2007 09:18:30 +0000
(09:18 +0000)
examples/testgtk.lisp
patch
|
blob
|
blame
|
history
diff --git
a/examples/testgtk.lisp
b/examples/testgtk.lisp
index 1448abadd53ba93c8a515e8418e1e5e9e48df0fc..5f2ad9b3cc2e801079f20236e97ca35b25f30666 100644
(file)
--- a/
examples/testgtk.lisp
+++ b/
examples/testgtk.lisp
@@
-26,7
+26,7
@@
;; Kimball, Josh MacDonald and others.
;; Kimball, Josh MacDonald and others.
-;; $Id: testgtk.lisp,v 1.4
0 2007/06/20 10:20:47
espen Exp $
+;; $Id: testgtk.lisp,v 1.4
1 2007/07/12 09:18:30
espen Exp $
#+sbcl(require :gtk)
#+(or cmu clisp)(asdf:oos 'asdf:load-op :gtk)
#+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 "<b>Failed to load an image</b>"
:secondary-text (glib:gerror-message condition)
:message-type :error :visible t
:text "<b>Failed to load an image</b>"
: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)
(return-from load-pixbufs nil))))
t)