]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-call-utils.c
prefix Telepathy bus names with TP_
[empathy.git] / libempathy-gtk / empathy-call-utils.c
index 0689e78a7e3760ccb851976119fefe02df85734b..9542159a99cc2c90fecaccaeff9e52e76b267af2 100644 (file)
@@ -134,7 +134,7 @@ call_new_with_streams (const gchar *contact,
   g_hash_table_unref (call_request);
 
   tp_account_channel_request_create_channel_async (call_req,
-      EMPATHY_CALL_BUS_NAME, NULL, create_call_channel_cb, NULL);
+      EMPATHY_CALL_TP_BUS_NAME, NULL, create_call_channel_cb, NULL);
 
   g_object_unref (call_req);
 }