aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-12 17:09:37 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-12 18:05:13 +0800
commita89cddec3e5faee08f61c1fc9ee67ccf243a0e1c (patch)
tree010333d040b7a2c5352878c7ec53e645de96adc7 /src/empathy-chat-window.c
parentf312b6f85b4128dffd08a5afc7797b7c204c7887 (diff)
downloadgsoc2013-empathy-a89cddec3e5faee08f61c1fc9ee67ccf243a0e1c.tar
gsoc2013-empathy-a89cddec3e5faee08f61c1fc9ee67ccf243a0e1c.tar.gz
gsoc2013-empathy-a89cddec3e5faee08f61c1fc9ee67ccf243a0e1c.tar.bz2
gsoc2013-empathy-a89cddec3e5faee08f61c1fc9ee67ccf243a0e1c.tar.lz
gsoc2013-empathy-a89cddec3e5faee08f61c1fc9ee67ccf243a0e1c.tar.xz
gsoc2013-empathy-a89cddec3e5faee08f61c1fc9ee67ccf243a0e1c.tar.zst
gsoc2013-empathy-a89cddec3e5faee08f61c1fc9ee67ccf243a0e1c.zip
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.
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 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;