diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-08 17:09:25 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-08 17:09:25 +0800 |
commit | 07c4b79663ec341c8b5c823eae5255ff1964a829 (patch) | |
tree | 3e670ae2da81238c04c175c53b814dbdfc4cffbf /databases/evolution-data-server/files | |
parent | 914675f856f90250aca0066f622e834f4c7def5f (diff) | |
download | marcuscom-ports-07c4b79663ec341c8b5c823eae5255ff1964a829.tar.gz marcuscom-ports-07c4b79663ec341c8b5c823eae5255ff1964a829.tar.zst marcuscom-ports-07c4b79663ec341c8b5c823eae5255ff1964a829.zip |
Update to 1.2.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3885 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server/files')
-rw-r--r-- | databases/evolution-data-server/files/patch-servers_groupwise_e-gw-connection.c | 12 |
1 files changed, 12 insertions, 0 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 new file mode 100644 index 000000000..576ecea6a --- /dev/null +++ b/databases/evolution-data-server/files/patch-servers_groupwise_e-gw-connection.c @@ -0,0 +1,12 @@ +--- 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); |