unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: David Pirotte <david@altosw.be>
To: guile-devel <guile-devel@gnu.org>
Subject: guile-gnome, devel: fix scm-error incorrect arg ist in gnome.scm
Date: Mon, 19 May 2014 17:08:20 -0300	[thread overview]
Message-ID: <20140519170820.480bb3c3@capac> (raw)

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

Hello,

	guile-gnome
	  devel: fix scm-error incorrect arg ist in gnome.scm

Patch review solicited.

Thanks,
David

[-- Attachment #2: 0007-fix-scm-error-incorrect-arg-list-in-gnome.scm.patch --]
[-- Type: text/x-patch, Size: 939 bytes --]

From 31876531f5a40f50e8882d8a3fa08617c803c2ff Mon Sep 17 00:00:00 2001
From: David PIROTTE <david@altosw.be>
Date: Mon, 19 May 2014 17:06:15 -0300
Subject: [PATCH 7/7] fix scm-error incorrect arg list in gnome.scm

* libgnome/gnome/gnome.scm: Fixing scm-error arg list.
---
 libgnome/gnome/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libgnome/gnome/gnome.scm b/libgnome/gnome/gnome.scm
index 8b20bfd..f9ae002 100644
--- a/libgnome/gnome/gnome.scm
+++ b/libgnome/gnome/gnome.scm
@@ -37,7 +37,7 @@
 (define (gnome-program-init name version . properties)
   (let ((program (%gnome-program-init name version)))
     (if (not (even? (length properties)))
-        (scm-error 'gruntime-error "Invalid property list: ~A" properties))
+        (scm-error 'gruntime-error #f "Invalid property list: ~A" properties #f))
     (let loop ((props properties))
       (if (null? props)
           program
-- 
2.0.0.rc2


                 reply	other threads:[~2014-05-19 20:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140519170820.480bb3c3@capac \
    --to=david@altosw.be \
    --cc=guile-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).