Re: typo in gtkfixed.c
- From: Matthias Clasen <mclasen redhat com>
- To: gtk-devel-list gnome org
- Subject: Re: typo in gtkfixed.c
- Date: Mon, 01 Aug 2005 23:56:04 -0400
On Mon, 2005-08-01 at 23:02 +0200, David Odin wrote:
> On Sat, Jul 30, 2005 at 01:25:41PM +0200, David Odin wrote:
> > The following patch fixes a typo in gtkfixed.c
> >
> > Cheers,
> >
> > DindinX
> >
> > Index: gtk/gtkfixed.c
> > ===================================================================
> > RCS file: /cvs/gnome/gtk+/gtk/gtkfixed.c,v
> > retrieving revision 1.42
> > diff -u -r1.42 gtkfixed.c
> > --- gtk/gtkfixed.c 22 Mar 2005 02:14:55 -0000 1.42
> > +++ gtk/gtkfixed.c 30 Jul 2005 11:21:55 -0000
> > @@ -188,7 +188,7 @@
> > GtkFixedChild *child_info;
> >
> > g_return_if_fail (GTK_IS_FIXED (fixed));
> > - g_return_if_fail (GTK_IS_WIDGET (fixed));
> > + g_return_if_fail (GTK_IS_WIDGET (widget));
> >
> > child_info = g_new (GtkFixedChild, 1);
> > child_info->widget = widget;
>
> Can I commit this?
>
I took care of it, thanks.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]