diff options
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r-- | libempathy/empathy-utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |