Hello,

        guile-gnome
          master: fix unbound variable `&gw:bad-typespec'

Patch review solicited.

Thanks,
David
>From fd5d39e87986fe4fa08c4eddc2e45a98261ae98e Mon Sep 17 00:00:00 2001
From: David PIROTTE <da...@altosw.be>
Date: Fri, 9 May 2014 14:24:42 -0300
Subject: [PATCH 3/3] fix unbound variable `&gw:bad-typespec'

* glib/gnome/gw/glib-spec.scm: Use &gw-bad-typespec, not
  &gw:bad-typespec.
---
 glib/gnome/gw/glib-spec.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/glib/gnome/gw/glib-spec.scm b/glib/gnome/gw/glib-spec.scm
index 6296445..f99fd6a 100644
--- a/glib/gnome/gw/glib-spec.scm
+++ b/glib/gnome/gw/glib-spec.scm
@@ -375,7 +375,7 @@
     (set! remainder (delq 'null-ok remainder))
     (if (not (null? remainder))
         (raise (condition
-                (&gw:bad-typespec (type type) (options options)))))))
+                (&gw-bad-typespec (type type) (options options)))))))
     
 (define-method (destroy-value-cg (t <gerror-type>)
                                   (value <gw-value>)
-- 
2.0.0.rc0

Reply via email to