Re: [PATCH] [REGRESSION] Gtk2::Notebook->append_page forbid undef labels
- From: Ross McFarland <rwmcfa1 neces com>
- To: Thierry Vignaud <tvignaud mandrakesoft com>
- Cc: gtk-perl-list gnome org
- Subject: Re: [PATCH] [REGRESSION] Gtk2::Notebook->append_page forbid undef labels
- Date: 15 Jul 2003 08:36:23 -0400
as you pointed out in your previous message _ornull was missing from a
bunch of places. (this is the main reason i'm trying to write such
thorough tests, catching all of these _ornull's)
On Tue, 2003-07-15 at 07:54, Thierry Vignaud wrote:
Thierry Vignaud <tvignaud mandrakesoft com> writes:
follow c api and allow to not pass label to
Gtk2::Notebook->append_page, thus fixing rfbdrake:
but i still get the following error if i do not pass an extra undef
... :
after adding default values to the parameters (where app.) this problem
will be fixed i.e.
some_function (a, b, c) becomes some_function (a, b, c=NULL)
all of these changes will be in cvs shortly.
-rm
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]