]> git.pld-linux.org Git - packages/evolution-data-server.git/commitdiff
- http://bugzilla.ximian.com/show_bug.cgi?id=68533 auto/ac/evolution-data-server-1_0_2-2
authorfreetz <freetz@pld-linux.org>
Sat, 30 Oct 2004 15:00:45 +0000 (15:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    evolution-data-server-workaround-cal-backend-leak.patch -> 1.1

evolution-data-server-workaround-cal-backend-leak.patch [new file with mode: 0644]

diff --git a/evolution-data-server-workaround-cal-backend-leak.patch b/evolution-data-server-workaround-cal-backend-leak.patch
new file mode 100644 (file)
index 0000000..89c3ce0
--- /dev/null
@@ -0,0 +1,16 @@
+--- evolution-data-server-1.0.2/src/server.c.workaround-cal-backend-leak       2004-10-20 01:11:58.049726116 -0400
++++ evolution-data-server-1.0.2/src/server.c   2004-10-20 01:13:53.582289628 -0400
+@@ -151,6 +151,13 @@
+               bonobo_main_quit ();
+       }
++      /* Workaround for http://bugzilla.ximian.com/show_bug.cgi?id=68533 */
++      if (e_data_cal_factory_get_n_backends (e_data_cal_factory) == 0 &&
++          e_data_book_factory_get_n_backends (e_data_book_factory) == 1) {
++              g_message ("termination_handler(): Terminating the Server (with workaround for bug 68533).  Have a nice day.");
++              bonobo_main_quit ();
++      }
++
+       termination_handler_id = 0;
+       return FALSE;
+ }
This page took 0.051041 seconds and 4 git commands to generate.