aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.c
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2010-04-25 00:16:32 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2010-04-25 02:44:09 +0800
commit54ae82bdf32156387e3d720656bd361a859b8db6 (patch)
tree3b634c9ed82c0dcb3685ce21d2097df9d6c9d3dd /src/empathy-chat-window.c
parent985a3c10e9fa40d2023f73df03d7709816bf0ecc (diff)
downloadgsoc2013-empathy-54ae82bdf32156387e3d720656bd361a859b8db6.tar
gsoc2013-empathy-54ae82bdf32156387e3d720656bd361a859b8db6.tar.gz
gsoc2013-empathy-54ae82bdf32156387e3d720656bd361a859b8db6.tar.bz2
gsoc2013-empathy-54ae82bdf32156387e3d720656bd361a859b8db6.tar.lz
gsoc2013-empathy-54ae82bdf32156387e3d720656bd361a859b8db6.tar.xz
gsoc2013-empathy-54ae82bdf32156387e3d720656bd361a859b8db6.tar.zst
gsoc2013-empathy-54ae82bdf32156387e3d720656bd361a859b8db6.zip
add timestamp arg to empathy_dispatcher_chat_with_contact(_id)
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r--src/empathy-chat-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 6e80bb458..847c7f834 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -1682,7 +1682,7 @@ chat_window_drag_data_received (GtkWidget *widget,
if (connection) {
empathy_dispatcher_chat_with_contact_id (
- connection, contact_id, NULL, NULL);
+ connection, contact_id, gtk_get_current_event_time (), NULL, NULL);
}
g_strfreev (strv);