From 2885452639d3eb70aac6392e63526babe9c0766a Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 21 Nov 2008 16:18:01 +0000 Subject: Removed account property of EmpathyTpFile as it's only actually used once and easy obtainable. (Jonny Lamb) Signed-off-by: Jonny Lamb svn path=/trunk/; revision=1803 --- libempathy/empathy-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-utils.c') diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index dd0ca1987..ede7cc305 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -862,7 +862,7 @@ empathy_send_file (EmpathyContact *contact, &value, NULL, NULL, NULL, NULL); g_value_unset (&value); - tp_file = empathy_tp_file_new (account, channel); + tp_file = empathy_tp_file_new (channel); if (tp_file) { empathy_tp_file_set_input_stream (tp_file, in_stream); -- cgit v1.2.3