diff options
Diffstat (limited to 'libempathy/empathy-dispatcher.c')
-rw-r--r-- | libempathy/empathy-dispatcher.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index 1d7578d2c..1ba3adf3c 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -958,8 +958,7 @@ file_channel_create_cb (TpConnection *connection, NULL); tp_file = empathy_tp_file_new (channel); - empathy_tp_file_set_gfile (tp_file, request->gfile, NULL); - empathy_tp_file_offer (tp_file); + empathy_tp_file_offer (tp_file, request->gfile, NULL); g_object_unref (request->gfile); g_slice_free (FileChannelRequest, request); |