summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-12-07 11:03:55 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-12-07 11:03:58 +0100
commit788e6a69c8414b64052c65ceb834430ffca11e56 (patch)
treee66df21195ae5a935b130092d4d57081eb071a9c
parent282f4985ebc1dbeac9a181c00d5bf47defabbffe (diff)
downloadtelepathy-glib-788e6a69c8414b64052c65ceb834430ffca11e56.tar.gz
tp_account_set_uri_scheme_association_async: set the right source tag
Convention is to use the _async method as that's what being checked in tp_account_set_uri_scheme_association_finish().
-rw-r--r--telepathy-glib/account.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/account.c b/telepathy-glib/account.c
index c56359ad2..a8034a0f6 100644
--- a/telepathy-glib/account.c
+++ b/telepathy-glib/account.c
@@ -4029,7 +4029,7 @@ tp_account_set_uri_scheme_association_async (TpAccount *self,
g_return_if_fail (scheme != NULL);
result = g_simple_async_result_new (G_OBJECT (self), callback,
- user_data, tp_account_set_uri_scheme_association_finish);
+ user_data, tp_account_set_uri_scheme_association_async);
tp_cli_account_interface_addressing_call_set_uri_scheme_association (
self, -1, scheme, associate,