diff options
Diffstat (limited to 'libempathy-gtk/empathy-new-message-dialog.c')
-rw-r--r-- | libempathy-gtk/empathy-new-message-dialog.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-new-message-dialog.c b/libempathy-gtk/empathy-new-message-dialog.c index ab1c6530a..ff91a182a 100644 --- a/libempathy-gtk/empathy-new-message-dialog.c +++ b/libempathy-gtk/empathy-new-message-dialog.c @@ -184,10 +184,9 @@ new_message_dialog_response_cb (GtkWidget *widget, } if (response == 1) { - empathy_dispatcher_call_with_contact_id (account, id); - } - else if (response == 2) { - empathy_dispatcher_chat_with_contact_id (account, id); + empathy_dispatcher_call_with_contact_id (account, id, NULL, NULL); + } else if (response == 2) { + empathy_dispatcher_chat_with_contact_id (account, id, NULL, NULL); } g_object_unref (account); |