aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-02-17 22:46:40 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-04-22 18:21:10 +0800
commitf6b723292ace881c24243643e0a158cc35c9cc1c (patch)
treeb49c52d51d9d6a9238570ab0be4d1474ede59b75
parent2609ce6778a0961eba766656e070eaeace8ff645 (diff)
downloadgsoc2013-empathy-f6b723292ace881c24243643e0a158cc35c9cc1c.tar
gsoc2013-empathy-f6b723292ace881c24243643e0a158cc35c9cc1c.tar.gz
gsoc2013-empathy-f6b723292ace881c24243643e0a158cc35c9cc1c.tar.bz2
gsoc2013-empathy-f6b723292ace881c24243643e0a158cc35c9cc1c.tar.lz
gsoc2013-empathy-f6b723292ace881c24243643e0a158cc35c9cc1c.tar.xz
gsoc2013-empathy-f6b723292ace881c24243643e0a158cc35c9cc1c.tar.zst
gsoc2013-empathy-f6b723292ace881c24243643e0a158cc35c9cc1c.zip
Get the priv struct of the right object.
-rw-r--r--libempathy/empathy-contact-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-contact-manager.c b/libempathy/empathy-contact-manager.c
index 60d8df878..55e709b45 100644
--- a/libempathy/empathy-contact-manager.c
+++ b/libempathy/empathy-contact-manager.c
@@ -128,9 +128,9 @@ contact_manager_invalidated_cb (TpProxy *connection,
}
static void
-contact_manager_new_connection_cb (EmpathyAccountManager *manager,
+contact_manager_new_connection_cb (EmpathyAccountManager *account_manager,
TpConnection *connection,
- EmpathyContactManager *self)
+ EmpathyContactManager *manager)
{
EmpathyContactManagerPriv *priv = GET_PRIV (manager);
EmpathyTpContactList *list;