diff options
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r-- | src/empathy-chat-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 6bce53b9c..c9e67d3c5 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -1081,7 +1081,7 @@ chat_window_drag_data_received (GtkWidget *widget, chat = empathy_chat_window_find_chat (account, strv[1]); if (!chat) { - empathy_dispatcher_chat_with_contact_id (account, strv[2]); + empathy_dispatcher_chat_with_contact_id (account, strv[2], NULL, NULL); g_object_unref (account); g_strfreev (strv); return; |