From 74bea808243c98816732864de15a8dfd887d0f22 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Sun, 3 May 2009 19:19:54 +0200 Subject: Emit the TRANSFER_STARTED signal Emit the TRANSFER_STARTED signal also when offering. --- libempathy/empathy-ft-handler.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy/empathy-ft-handler.c') diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c index 4326ee130..c6babb820 100644 --- a/libempathy/empathy-ft-handler.c +++ b/libempathy/empathy-ft-handler.c @@ -409,6 +409,9 @@ ft_handler_create_channel_cb (EmpathyDispatchOperation *operation, priv->tpfile = g_object_ref (empathy_dispatch_operation_get_channel_wrapper (operation)); + + g_signal_emit (handler, signals[TRANSFER_STARTED], 0, priv->tpfile); + empathy_tp_file_offer (priv->tpfile, priv->gfile, priv->cancellable, ft_transfer_progress_callback, handler, ft_transfer_operation_callback, handler); -- cgit v1.2.3