From: Xavier Claessens Date: Tue, 17 Feb 2009 14:46:40 +0000 (+0100) Subject: Get the priv struct of the right object. X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=f6b723292ace881c24243643e0a158cc35c9cc1c Get the priv struct of the right object. --- 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;