]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-contact-list-view.c
Change new message dialog to new conversation and make possible to do voip call.
[empathy.git] / libempathy-gtk / empathy-contact-list-view.c
index 78ac3980cd1f0248430e34a9c7f45907c239f096..1aea4dce4dacbc4e47417c87dbe558d738c356b1 100644 (file)
@@ -1497,6 +1497,6 @@ static void
 contact_list_view_voip_activated (EmpathyContactListView *view,
                                  EmpathyContact         *contact)
 {
-       empathy_call_contact (contact);
+       empathy_call_with_contact (contact);
 }