summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2011-09-07 18:49:18 +0200
committerXavier Claessens <xclaesse@gmail.com>2011-09-12 12:55:11 +0200
commitc78a544a8d533f1fab4308ffbce84840a23accf9 (patch)
treeeaa36bb1e0fe421d18e821f0cb5a92efadbe2677 /telepathy-glib/connection.c
parent2abee14dd2675fd136bebe700ffd49198aabc751 (diff)
downloadtelepathy-glib-c78a544a8d533f1fab4308ffbce84840a23accf9.tar.gz
tp_simple_client_factory_dup_contact() does not exists
Diffstat (limited to 'telepathy-glib/connection.c')
-rw-r--r--telepathy-glib/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/connection.c b/telepathy-glib/connection.c
index cda142ef2..a15e9b6b0 100644
--- a/telepathy-glib/connection.c
+++ b/telepathy-glib/connection.c
@@ -798,7 +798,7 @@ get_self_contact (TpConnection *self)
factory = tp_proxy_get_factory (self);
features = tp_simple_client_factory_dup_contact_features (factory, self);
- /* FIXME: We should use tp_simple_client_factory_dup_contact(), but that would
+ /* FIXME: We should use tp_simple_client_factory_ensure_contact(), but that would
* require immortal-handles and spec change to give the self identifier. */
/* This relies on the special case in tp_connection_get_contacts_by_handle()
* which makes it start working slightly early. */