[telepathy-gabble/telepathy-gabble-0.8] vcard-manager.c: Add a FIXME to use error.c, as per Daf's review
Alban Crequy
alban.crequy at collabora.co.uk
Fri Sep 25 10:05:14 PDT 2009
---
src/vcard-manager.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/vcard-manager.c b/src/vcard-manager.c
index 4f832b2..08556b7 100644
--- a/src/vcard-manager.c
+++ b/src/vcard-manager.c
@@ -1094,6 +1094,7 @@ pipeline_reply_cb (GabbleConnection *conn,
error_node = lm_message_node_get_child (reply_msg->node, "error");
}
+ /* FIXME: move this code into error.c */
if (error_node != NULL &&
gabble_xmpp_error_from_node (error_node, &error_type) ==
XMPP_ERROR_RESOURCE_CONSTRAINT && error_type == XMPP_ERROR_TYPE_WAIT)
--
1.5.6.5
More information about the telepathy-commits
mailing list