2e88c9f271
Changelog: Evolution-Data-Server 1.6.2, 2006-05-29 ---------------------------------------- Bug fixes since 1.6.2 : http://go-evolution.org/Evo2.6.2#Evolution-Data-Server And on that page: From Evolution (There is currently no text in this page)
16 lines
686 B
Text
16 lines
686 B
Text
$NetBSD: patch-al,v 1.2 2006/06/11 15:05:39 wiz Exp $
|
|
|
|
Needed for gcc-2.95.
|
|
|
|
--- servers/groupwise/e-gw-connection.c.orig 2006-05-03 13:59:35.000000000 +0000
|
|
+++ servers/groupwise/e-gw-connection.c
|
|
@@ -1984,8 +1984,8 @@ e_gw_connection_get_categories (EGwConne
|
|
EGwConnectionPrivate *priv;
|
|
SoupSoapParameter *param, *subparam, *second_level_child;
|
|
char *id, *name;
|
|
- g_return_val_if_fail (E_IS_GW_CONNECTION (cnc), E_GW_CONNECTION_STATUS_INVALID_OBJECT);
|
|
static GStaticMutex connecting = G_STATIC_MUTEX_INIT;
|
|
+ g_return_val_if_fail (E_IS_GW_CONNECTION (cnc), E_GW_CONNECTION_STATUS_INVALID_OBJECT);
|
|
|
|
priv = cnc->priv;
|
|
g_static_mutex_lock (&connecting);
|