summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-08-08 12:17:42 +0200
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-08-08 12:17:42 +0200
commitbfc3104cd490af18bbd0857289fc8e263e69bb94 (patch)
treee6380807d3a66b411138a22c6f9bebf5b3964249
parentad6f4a30af69ef7ebb08722a8937a2d3963c6aa3 (diff)
Request activity properties using pep_olpc_act_props and not pep_olpc_buddy_props
-rw-r--r--src/conn-olpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn-olpc.c b/src/conn-olpc.c
index 79eadbf14..1f987bd8d 100644
--- a/src/conn-olpc.c
+++ b/src/conn-olpc.c
@@ -934,7 +934,7 @@ check_activity_properties (GabbleConnection *conn,
{
WockyBareContact *contact = ensure_bare_contact_from_jid (conn, from);
- wocky_pep_service_get_async (conn->pep_olpc_buddy_props, contact,
+ wocky_pep_service_get_async (conn->pep_olpc_act_props, contact,
NULL, get_activity_properties_reply_cb, conn);
g_object_unref (contact);