From a89cddec3e5faee08f61c1fc9ee67ccf243a0e1c Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 12 May 2011 11:09:37 +0200 Subject: Properly convert timestamps received from X11 (#650015) X11 timestamps are guint32 while Telepathy uses gint64 timestamps. We should always use tp_user_action_time_from_x11() to do the conversion. --- src/empathy-chat-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/empathy-chat-window.c') diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index e5444b6a4..f4a9f7e74 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -1826,7 +1826,7 @@ chat_window_drag_data_received (GtkWidget *widget, if (!chat) { empathy_chat_with_contact_id ( - account, contact_id, gtk_get_current_event_time ()); + account, contact_id, empathy_get_current_action_time ()); g_strfreev (strv); return; -- cgit v1.2.3