diff options
Diffstat (limited to 'databases/evolution-data-server/files/patch-servers_groupwise_e-gw-connection.c')
-rw-r--r-- | databases/evolution-data-server/files/patch-servers_groupwise_e-gw-connection.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/databases/evolution-data-server/files/patch-servers_groupwise_e-gw-connection.c b/databases/evolution-data-server/files/patch-servers_groupwise_e-gw-connection.c deleted file mode 100644 index 576ecea6a..000000000 --- a/databases/evolution-data-server/files/patch-servers_groupwise_e-gw-connection.c +++ /dev/null @@ -1,12 +0,0 @@ ---- servers/groupwise/e-gw-connection.c.orig Tue Mar 8 03:50:29 2005 -+++ servers/groupwise/e-gw-connection.c Tue Mar 8 03:50:40 2005 -@@ -1764,8 +1764,8 @@ - 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); |