diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-14 09:21:27 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-14 09:21:27 +0800 |
commit | 6ea8cdadd34fade98a807bf84429806612c65079 (patch) | |
tree | b7f18e7e629139c395bf0080243a2218963d0301 /databases/evolution-data-server/files/patch-servers_groupwise_e-gw-connection.c | |
parent | 857bb773fe0bad1b58fa9c68ece3c326f60613e6 (diff) | |
download | marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.gz marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.bz2 marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.lz marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.xz marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.zst marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.zip |
Remove these ports now that they have been merged into the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3934 df743ca5-7f9a-e211-a948-0013205c9059
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); |