From 54ae82bdf32156387e3d720656bd361a859b8db6 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Sat, 24 Apr 2010 17:16:32 +0100 Subject: add timestamp arg to empathy_dispatcher_chat_with_contact(_id) --- tests/interactive/empetit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/interactive') diff --git a/tests/interactive/empetit.c b/tests/interactive/empetit.c index e2eb61f66..7bcaf03ee 100644 --- a/tests/interactive/empetit.c +++ b/tests/interactive/empetit.c @@ -42,7 +42,8 @@ clicked_cb (GtkButton *button, if (!contact) return; - empathy_dispatcher_chat_with_contact (contact, chat_cb, NULL); + empathy_dispatcher_chat_with_contact (contact, gtk_get_current_event_time (), + chat_cb, NULL); g_object_unref (contact); } -- cgit v1.2.3