aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-contact-list.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-04-21 07:14:34 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-04-22 18:21:15 +0800
commitaa098bf904f8e85fa6aa44ffea99e1e027775d26 (patch)
treed5e0beedba9bac8df9c142609c89f3abba7f67ec /libempathy/empathy-tp-contact-list.c
parentf9911a59c6cb1609535e105b6b31913acf8f0e30 (diff)
downloadgsoc2013-empathy-aa098bf904f8e85fa6aa44ffea99e1e027775d26.tar
gsoc2013-empathy-aa098bf904f8e85fa6aa44ffea99e1e027775d26.tar.gz
gsoc2013-empathy-aa098bf904f8e85fa6aa44ffea99e1e027775d26.tar.bz2
gsoc2013-empathy-aa098bf904f8e85fa6aa44ffea99e1e027775d26.tar.lz
gsoc2013-empathy-aa098bf904f8e85fa6aa44ffea99e1e027775d26.tar.xz
gsoc2013-empathy-aa098bf904f8e85fa6aa44ffea99e1e027775d26.tar.zst
gsoc2013-empathy-aa098bf904f8e85fa6aa44ffea99e1e027775d26.zip
Replace empathy_connection_get_protocol by tp_connection_parse_object_path
Diffstat (limited to 'libempathy/empathy-tp-contact-list.c')
-rw-r--r--libempathy/empathy-tp-contact-list.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libempathy/empathy-tp-contact-list.c b/libempathy/empathy-tp-contact-list.c
index 1e4ea5f28..6868e84a6 100644
--- a/libempathy/empathy-tp-contact-list.c
+++ b/libempathy/empathy-tp-contact-list.c
@@ -759,9 +759,8 @@ tp_contact_list_constructed (GObject *list)
/* Check for protocols that does not support contact groups. We can
* put all contacts into a special group in that case.
- * FIXME: Default group should be an information in the profile
- * FIXME: replace with tp_connection_parse_object_path once released */
- protocol_name = empathy_connection_get_protocol (priv->connection, NULL);
+ * FIXME: Default group should be an information in the profile */
+ tp_connection_parse_object_path (priv->connection, &protocol_name, NULL);
if (!tp_strdiff (protocol_name, "local-xmpp")) {
priv->protocol_group = _("People nearby");
}