]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-chat-window.c
Change new message dialog to new conversation and make possible to do voip call.
[empathy.git] / libempathy-gtk / empathy-chat-window.c
index 444616039c5292600f5f97ee8a375704958049fe..a30265edc1ee624248320cba3d175682e0eedca4 100644 (file)
@@ -873,7 +873,7 @@ chat_window_call_activate_cb (GtkWidget         *menuitem,
                chat = EMPATHY_PRIVATE_CHAT (priv->current_chat);
                contact = empathy_private_chat_get_contact (chat);
 
-               empathy_call_contact (contact);
+               empathy_call_with_contact (contact);
        }
 }