aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.c
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-10-14 12:31:16 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-10-14 12:32:13 +0800
commitfecbf935f2b9be2cd6229099334279028fc517f1 (patch)
tree055bc011da6b83f607016f10e8a5da5d7bc017d6 /src/empathy-chat-window.c
parent7b6b8da406493311445f6c2470a005a542972693 (diff)
parent16e0d5a45bb1e11d57c4d5e512f021ebb6d2da12 (diff)
downloadgsoc2013-empathy-fecbf935f2b9be2cd6229099334279028fc517f1.tar
gsoc2013-empathy-fecbf935f2b9be2cd6229099334279028fc517f1.tar.gz
gsoc2013-empathy-fecbf935f2b9be2cd6229099334279028fc517f1.tar.bz2
gsoc2013-empathy-fecbf935f2b9be2cd6229099334279028fc517f1.tar.lz
gsoc2013-empathy-fecbf935f2b9be2cd6229099334279028fc517f1.tar.xz
gsoc2013-empathy-fecbf935f2b9be2cd6229099334279028fc517f1.tar.zst
gsoc2013-empathy-fecbf935f2b9be2cd6229099334279028fc517f1.zip
Merge remote-tracking branch 'pochu/error-dialog'
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r--src/empathy-chat-window.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 44f3dcce3..46f76466b 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -1865,7 +1865,9 @@ chat_window_drag_data_received (GtkWidget *widget,
if (!chat) {
empathy_chat_with_contact_id (
- account, contact_id, empathy_get_current_action_time ());
+ account, contact_id,
+ empathy_get_current_action_time (),
+ NULL, NULL);
g_strfreev (strv);
return;