unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* guile-gnome, master: fix unbound variable `&gw:bad-typespec'
@ 2014-05-09 17:28 David Pirotte
  0 siblings, 0 replies; only message in thread
From: David Pirotte @ 2014-05-09 17:28 UTC (permalink / raw)
  To: guile-devel

[-- Attachment #1: Type: text/plain, Size: 112 bytes --]

Hello,

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

Patch review solicited.

Thanks,
David

[-- Attachment #2: 0003-fix-unbound-variable-gw-bad-typespec.patch --]
[-- Type: text/x-patch, Size: 939 bytes --]

From fd5d39e87986fe4fa08c4eddc2e45a98261ae98e Mon Sep 17 00:00:00 2001
From: David PIROTTE <david@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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-09 17:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-09 17:28 guile-gnome, master: fix unbound variable `&gw:bad-typespec' David Pirotte

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).