]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-individual-menu.c
individual-menu: use TpAccount's functions for schemes instead of Empathy's
[empathy.git] / libempathy-gtk / empathy-individual-menu.c
index b27bfde46e6cbce13ccb926ad9da42958687e9d0..51b954819193cf94b449a11fd92ab78f01806796 100644 (file)
@@ -296,7 +296,7 @@ find_phone_accounts (void)
           TP_CONNECTION_STATUS_CONNECTED)
         continue;
 
-      if (!empathy_account_has_uri_scheme_tel (account))
+      if (!tp_account_associated_with_uri_scheme (account, "tel"))
         continue;
 
       found = g_list_prepend (found, g_object_ref (account));