]> git.0d.be Git - empathy.git/commitdiff
Get the priv struct of the right object.
authorXavier Claessens <xclaesse@gmail.com>
Tue, 17 Feb 2009 14:46:40 +0000 (15:46 +0100)
committerXavier Claessens <xclaesse@gmail.com>
Wed, 22 Apr 2009 10:21:10 +0000 (12:21 +0200)
libempathy/empathy-contact-manager.c

index 60d8df878e4b4a2439e1c357a3d4f106d6763ee9..55e709b4566e9c3565a131a151baf0051449a527 100644 (file)
@@ -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;