From f6b723292ace881c24243643e0a158cc35c9cc1c Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 17 Feb 2009 15:46:40 +0100 Subject: [PATCH] Get the priv struct of the right object. --- libempathy/empathy-contact-manager.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libempathy/empathy-contact-manager.c b/libempathy/empathy-contact-manager.c index 60d8df87..55e709b4 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; -- 2.39.2