diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:18:01 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:18:01 +0800 |
commit | 2885452639d3eb70aac6392e63526babe9c0766a (patch) | |
tree | ebe71909100b86f0cfc667a3dc85c47e47a420d5 /libempathy/empathy-utils.c | |
parent | efbf766fa6201b6157e2c905f50add0684ed124e (diff) | |
download | gsoc2013-empathy-2885452639d3eb70aac6392e63526babe9c0766a.tar gsoc2013-empathy-2885452639d3eb70aac6392e63526babe9c0766a.tar.gz gsoc2013-empathy-2885452639d3eb70aac6392e63526babe9c0766a.tar.bz2 gsoc2013-empathy-2885452639d3eb70aac6392e63526babe9c0766a.tar.lz gsoc2013-empathy-2885452639d3eb70aac6392e63526babe9c0766a.tar.xz gsoc2013-empathy-2885452639d3eb70aac6392e63526babe9c0766a.tar.zst gsoc2013-empathy-2885452639d3eb70aac6392e63526babe9c0766a.zip |
Removed account property of EmpathyTpFile as it's only actually used once and easy obtainable. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1803
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); |