None of those guys work on gal anymore, they escaped that burden years
ago.

Hmm, that patch looks like something that was fixed some time ago though
(in a different manner, e_canvas_hide_toolip should never be called with
a null pointer to start with), so try upgrading gal/evolution I think.


On Mon, 2005-08-08 at 23:28 -0400, Jason Chagas wrote:
> The following patch fixes the problem:
> 
> =========
> --- ./gal2.4-2.4.2/gal/widgets/e-canvas.c~      2003-06-13
> 11:13:05.000000000 -0400
> +++ ./gal2.4-2.4.2/gal/widgets/e-canvas.c       2005-08-08
> 22:19:16.000000000 -0400
> @@ -1015,7 +1015,7 @@
> 
>  void e_canvas_hide_tooltip  (ECanvas *canvas)
>  {
> -       if (canvas->tooltip_window) {
> +       if (canvas && canvas->tooltip_window) {
>                 gtk_widget_destroy (canvas->tooltip_window);
>                 canvas->tooltip_window = NULL;
>         }
> =========
> 
> I'm copying some of the listed maintainers. So hopefully they will apply
> the above patch against the main tree.
> 
> Cheers,


_______________________________________________
evolution maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/evolution

Reply via email to