Re: [Evolution] Evolution v2.2.1.1 crashes
- From: Not Zed <notzed ximian com>
- To: Jason Chagas <jchagas verizon net>
- Cc: clahey ximian com, evolution lists ximian com, jgoldberg home com, mkestner ximian com
- Subject: Re: [Evolution] Evolution v2.2.1.1 crashes
- Date: Tue, 09 Aug 2005 12:53:27 +0800
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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]