From: espen Date: Mon, 10 Apr 2006 18:38:42 +0000 (+0000) Subject: Bug fix X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/6088c843c7371c0e4d08390a847b4069e5bc0bde Bug fix --- diff --git a/gdk/gdk.lisp b/gdk/gdk.lisp index 3990e43..398b331 100644 --- a/gdk/gdk.lisp +++ b/gdk/gdk.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: gdk.lisp,v 1.23 2006-04-10 18:27:58 espen Exp $ +;; $Id: gdk.lisp,v 1.24 2006-04-10 18:38:42 espen Exp $ (in-package "GDK") @@ -531,7 +531,7 @@ (defmethod initialize-instance ((color color) &rest initargs (defbinding color-parse (spec &optional (make-instance 'color)) boolean (spec string) - (color color :in/return)) + (color color :return)) (defun ensure-color (color) (etypecase color