[telepathy-gabble/master] use vCard default timeout, not pipeline default timeout, for vCard set requests

Dafydd Harries dafydd.harries at collabora.co.uk
Fri Aug 14 10:36:26 PDT 2009


For consistency.
---
 src/vcard-manager.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/vcard-manager.c b/src/vcard-manager.c
index 4cb9c49..6dd9fcf 100644
--- a/src/vcard-manager.c
+++ b/src/vcard-manager.c
@@ -1020,7 +1020,8 @@ manager_patch_vcard (GabbleVCardManager *self,
   priv->patched_vcard = lm_message_node_ref (patched_vcard);
 
   priv->edit_pipeline_item = gabble_request_pipeline_enqueue (
-      priv->connection->req_pipeline, msg, 0, replace_reply_cb, self);
+      priv->connection->req_pipeline, msg, DEFAULT_REQUEST_TIMEOUT,
+      replace_reply_cb, self);
 
   lm_message_unref (msg);
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list