[mcclim-devel] Using common-lisp-controller with the Listener
Martin Raspaud
mraspaud at labri.fr
Fri Nov 24 15:51:33 UTC 2006
Hi all,
here is a small patch in order to fix the listener when used with the
common-lisp-controller. The patch was suggested by Athas.
Martin (aka zorgzorg2)
--- mcclim/Apps/Listener/package.lisp 2005-09-29 18:42:36.000000000 +0200
+++ mcclim/Apps/Listener/package.lisp 2006-11-24 14:32:16.000000000 +0100
@@ -9,4 +9,4 @@
(eval-when (:load-toplevel)
; (format t "~&~%!@#%^!@#!@ ... ~A~%~%" *load-truename*)
- (defparameter *icon-path* (merge-pathnames #P"icons/" *load-truename*)))
+ (defparameter *icon-path* (merge-pathnames #P"icons/"
(load-time-value (or #.*compile-file-pathname* *load-pathname*)))))
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mraspaud.vcf
Type: text/x-vcard
Size: 154 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/mcclim-devel/attachments/20061124/2b00473c/attachment.vcf>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
URL: <https://mailman.common-lisp.net/pipermail/mcclim-devel/attachments/20061124/2b00473c/attachment.sig>
More information about the mcclim-devel
mailing list