Re: [PATCH]: gobject: also loop args after #:gsignal. Fixes multiple signals per class.

David Pirotte <[email protected]> Thu, 4 Apr 2013 13:54:49 -0300
Newsgroups gmane.lisp.guile.gtk,gmane.lisp.guile.user
Message-ID <20130404135449.508bb261@capac>
Hello Jan,

> -      (if (not (null? args))
> +      (when (not (null? args))

I did not 'check' your patch, but reading it very quickly I have a 2c suggestion :)

	(unless (null? args) ...

Cheers,
David