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