diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-08-02 17:52:09 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-08-02 17:52:09 +0000 |
commit | 2909fc1cfc4f72a356d3f91c36fe0885bd3bd972 (patch) | |
tree | 19abb5b311139c59d6bf3a9dde1099faf563f2d8 /src/conn-aliasing.c | |
parent | d1818108b1651dc618ac81f081e2e6e3ce9a3128 (diff) |
Put vCard requests through the request pipeline, and fix fd.o#11201.
The bugfix is that we now coalesce multiple edits into one type="set" request,
and keep applying edits to subsequent type="set" requests until they finally
succeed or fail.
20070802175209-53eee-77c82b76a32d34d348e7164b208088947df34e8c.gz
Diffstat (limited to 'src/conn-aliasing.c')
-rw-r--r-- | src/conn-aliasing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn-aliasing.c b/src/conn-aliasing.c index 274d719c8..93586568b 100644 --- a/src/conn-aliasing.c +++ b/src/conn-aliasing.c @@ -353,7 +353,7 @@ setaliases_foreach (gpointer key, gpointer value, gpointer user_data) } gabble_vcard_manager_edit (data->conn->vcard_manager, 0, NULL, NULL, - G_OBJECT(data->conn), NULL, "NICKNAME", alias, NULL); + G_OBJECT(data->conn), "NICKNAME", alias, NULL); } if (NULL != error) |