[evolution-patches] freeze request for evolution-data-server
- From: Rodrigo Moya <rodrigo novell com>
- To: GNOME Release Team <release-team gnome org>
- Cc: Evolution Patches <evolution-patches lists ximian com>
- Subject: [evolution-patches] freeze request for evolution-data-server
- Date: Sun, 06 Mar 2005 02:59:29 +0100
This fixes a crash when using proxy with web calendars.
The bug: http://bugzilla.ximian.com/show_bug.cgi?id=72454
--
Rodrigo Moya <rodrigo novell com>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/calendar/ChangeLog,v
retrieving revision 1.432
diff -u -p -r1.432 ChangeLog
--- ChangeLog 28 Feb 2005 18:23:13 -0000 1.432
+++ ChangeLog 6 Mar 2005 02:01:08 -0000
@@ -1,3 +1,10 @@
+2005-03-06 Rodrigo Moya <rodrigo novell com>
+
+ Fixes #72454
+
+ * backends/http/e-cal-backend-http.c (begin_retrieval_cb): added missing
+ NULL to g_object_set call.
+
2005-02-28 Chenthill Palanisamy <pchenthill novell com>
* backends/groupwise/e-cal-backend-groupwise.c:
Index: backends/http/e-cal-backend-http.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/calendar/backends/http/e-cal-backend-http.c,v
retrieving revision 1.31
diff -u -p -r1.31 e-cal-backend-http.c
--- backends/http/e-cal-backend-http.c 24 Feb 2005 10:58:58 -0000 1.31
+++ backends/http/e-cal-backend-http.c 6 Mar 2005 02:01:09 -0000
@@ -404,7 +404,7 @@ begin_retrieval_cb (ECalBackendHttp *cbh
} else
proxy_uri = g_strdup_printf ("http://%s:%d", server, port);
- g_object_set (G_OBJECT (priv->soup_session), SOUP_SESSION_PROXY_URI, proxy_uri);
+ g_object_set (G_OBJECT (priv->soup_session), SOUP_SESSION_PROXY_URI, proxy_uri, NULL);
g_free (server);
g_free (proxy_uri);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]