Re: typo in gtkfixed.c



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?

-- 
david dindinx org



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]