Re: Outstanding patches, #57621



"Matthias Clasen" <matthiasc poet de> writes:

> Another fairly obvious typo in gdk_gc_set_rgb_bg_color. Ok to commit ?

Yes.
                                        Owen
 
> Matthias
> Index: gdkgc.c
> ===================================================================
> RCS file: /cvs/gnome/gtk+/gdk/gdkgc.c,v
> retrieving revision 1.32
> diff -u -r1.32 gdkgc.c
> --- gdkgc.c	2001/02/20 05:21:44	1.32
> +++ gdkgc.c	2001/07/21 21:55:49
> @@ -487,5 +487,5 @@
>  
>    tmp_color = *color;
>    gdk_rgb_find_color (cmap, &tmp_color);
> -  gdk_gc_set_foreground (gc, &tmp_color);
> +  gdk_gc_set_background (gc, &tmp_color);
>  }




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