diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-04-25 00:16:32 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-04-25 02:44:09 +0800 |
commit | 54ae82bdf32156387e3d720656bd361a859b8db6 (patch) | |
tree | 3b634c9ed82c0dcb3685ce21d2097df9d6c9d3dd /libempathy-gtk/empathy-contact-menu.c | |
parent | 985a3c10e9fa40d2023f73df03d7709816bf0ecc (diff) | |
download | gsoc2013-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 'libempathy-gtk/empathy-contact-menu.c')
-rw-r--r-- | libempathy-gtk/empathy-contact-menu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-menu.c b/libempathy-gtk/empathy-contact-menu.c index fbcd8dc8a..e160f5e20 100644 --- a/libempathy-gtk/empathy-contact-menu.c +++ b/libempathy-gtk/empathy-contact-menu.c @@ -222,7 +222,8 @@ static void empathy_contact_chat_menu_item_activated (GtkMenuItem *item, EmpathyContact *contact) { - empathy_dispatcher_chat_with_contact (contact, NULL, NULL); + empathy_dispatcher_chat_with_contact (contact, gtk_get_current_event_time (), + NULL, NULL); } GtkWidget * |