summaryrefslogtreecommitdiff
path: root/src/conn-olpc.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-10-09 14:35:05 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-10-16 10:54:01 +0100
commit915a36a8464310c9ab176378be048646e70440e9 (patch)
treedddff2119e8b531988ebe9b5e5b11b02de7a55ab /src/conn-olpc.c
parent0befcdd25b540900c6868ac541c5afac222a8180 (diff)
rename gabble_olpc_gadget_manager_find_buddy_properties_from_views to gabble_olpc_gadget_manager_find_buddy_properties
Diffstat (limited to 'src/conn-olpc.c')
-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 818d7327..8a8c289e 100644
--- a/src/conn-olpc.c
+++ b/src/conn-olpc.c
@@ -439,7 +439,7 @@ olpc_buddy_info_get_properties (GabbleSvcOLPCBuddyInfo *iface,
/* First check if we can find properties in a buddy view */
/* FIXME: Maybe we should first try the PEP node as we do for buddy
* activities ? */
- properties = gabble_olpc_gadget_manager_find_buddy_properties_from_views (
+ properties = gabble_olpc_gadget_manager_find_buddy_properties (
conn->olpc_gadget_manager, contact);
if (properties != NULL)
{