diff options
Diffstat (limited to 'libempathy/empathy-contact-manager.c')
-rw-r--r-- | libempathy/empathy-contact-manager.c | 4 |
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; |