Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37890782
en ru br
ALT Linux repos
S:3.50.0-alt1
5.0: 2.26.1.1-alt1
4.1: 2.22.3-alt0.M41.1
4.0: 1.8.3-alt2
3.0: 1.2.3-alt1

Group :: Graphical desktop/GNOME
RPM: evolution-data-server

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: evolution-data-server-1.0.2-workaround-cal-backend-leak.patch
Download


--- 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;
 }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin