From e5ac1f797a0e2f24f9a2412abf833dcdddf6998d Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Tue, 17 Feb 2009 20:07:06 +0100 Subject: Make libempathy compile with the new changes. --- libempathy/empathy-ft-handler.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libempathy/empathy-ft-handler.c') diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c index 85d70dbd2..ca054aa35 100644 --- a/libempathy/empathy-ft-handler.c +++ b/libempathy/empathy-ft-handler.c @@ -334,7 +334,6 @@ ft_transfer_operation_callback (EmpathyTpFile *tp_file, static void ft_transfer_progress_callback (EmpathyTpFile *tp_file, guint64 transferred_bytes, - guint64 total_bytes, gpointer user_data) { EmpathyFTHandler *handler = user_data; @@ -344,7 +343,7 @@ ft_transfer_progress_callback (EmpathyTpFile *tp_file, { priv->transferred_bytes = transferred_bytes; g_signal_emit (handler, signals[TRANSFER_PROGRESS], 0, - transferred_bytes, total_bytes); + transferred_bytes, priv->total_bytes); } } -- cgit v1.2.3