summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-12-18 04:36:34 +0000
committerJP Rosevear <jpr@src.gnome.org>2003-12-18 04:36:34 +0000
commiteb566cb36b6293fbffe319d6edbcb90d5e3043c4 (patch)
treeff1f384d5ee54d048f56e22b1d07376ecb4f4744
parent77eef180175ea13917cb5d1636e852ac55a95327 (diff)
downloadevolution-data-server-eb566cb36b6293fbffe319d6edbcb90d5e3043c4.tar.gz
create a synchronous session
2003-12-17 JP Rosevear <jpr@ximian.com> * backends/groupwise/e-gw-connection.c (e_gw_connection_init): create a synchronous session
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/backends/groupwise/e-gw-connection.c4
-rw-r--r--servers/groupwise/e-gw-connection.c4
3 files changed, 9 insertions, 4 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index ca4646463..05acadda3 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-17 JP Rosevear <jpr@ximian.com>
+
+ * backends/groupwise/e-gw-connection.c (e_gw_connection_init):
+ create a synchronous session
+
2003-12-17 Hans Petter Jansson <hpj@ximian.com>
* libecal/e-cal.c (e_cal_finalize): Unref source.
diff --git a/calendar/backends/groupwise/e-gw-connection.c b/calendar/backends/groupwise/e-gw-connection.c
index 2342c986b..462c6559b 100644
--- a/calendar/backends/groupwise/e-gw-connection.c
+++ b/calendar/backends/groupwise/e-gw-connection.c
@@ -24,7 +24,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
-#include <libsoup/soup-session.h>
+#include <libsoup/soup-session-sync.h>
#include <libsoup/soup-soap-message.h>
#include "e-gw-connection.h"
#include "e-gw-message.h"
@@ -209,7 +209,7 @@ e_gw_connection_init (EGwConnection *cnc, EGwConnectionClass *klass)
cnc->priv = priv;
/* create the SoupSession for this connection */
- priv->soup_session = soup_session_new ();
+ priv->soup_session = soup_session_sync_new ();
}
GType
diff --git a/servers/groupwise/e-gw-connection.c b/servers/groupwise/e-gw-connection.c
index 2342c986b..462c6559b 100644
--- a/servers/groupwise/e-gw-connection.c
+++ b/servers/groupwise/e-gw-connection.c
@@ -24,7 +24,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
-#include <libsoup/soup-session.h>
+#include <libsoup/soup-session-sync.h>
#include <libsoup/soup-soap-message.h>
#include "e-gw-connection.h"
#include "e-gw-message.h"
@@ -209,7 +209,7 @@ e_gw_connection_init (EGwConnection *cnc, EGwConnectionClass *klass)
cnc->priv = priv;
/* create the SoupSession for this connection */
- priv->soup_session = soup_session_new ();
+ priv->soup_session = soup_session_sync_new ();
}
GType