From bc82fc3c32d04bbef0f1921fe8f534cfac345f8d Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 21 Nov 2008 16:17:03 +0000 Subject: Added empathy_offer_file function and updated accept_file. (Jonny Lamb) Signed-off-by: Jonny Lamb svn path=/trunk/; revision=1788 --- libempathy/empathy-utils.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy/empathy-utils.c') diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 1a33328a4..b17d18a52 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -867,6 +867,8 @@ empathy_send_file (EmpathyContact *contact, empathy_tp_file_set_input_stream (tp_file, in_stream); } + empathy_tp_file_offer (tp_file); + g_object_unref (mc); g_object_unref (connection); g_object_unref (channel); -- cgit v1.2.3