]> git.0d.be Git - empathy.git/commitdiff
connection-managers: use TpConnectionManager accessor
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 6 Jun 2012 11:50:21 +0000 (13:50 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 7 Jun 2012 07:12:53 +0000 (09:12 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=677545

libempathy/empathy-connection-managers.c

index 84a318210754858662f187c7ee0e4f39766bad42..93985f5da572f6c20f230bd58d82d1292c28d7f2 100644 (file)
@@ -286,7 +286,7 @@ empathy_connection_managers_get_cm (EmpathyConnectionManagers *self,
     {
       TpConnectionManager *c = TP_CONNECTION_MANAGER (l->data);
 
-      if (!tp_strdiff (c->name, cm))
+      if (!tp_strdiff (tp_connection_manager_get_name (c), cm))
         return c;
     }