aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.c
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-11-22 00:18:01 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-11-22 00:18:01 +0800
commitf3fcd329948522c13c99592e544232684284ef86 (patch)
treeebe71909100b86f0cfc667a3dc85c47e47a420d5 /libempathy/empathy-utils.c
parent2d748acbd1bd673286c4e03f43a2318850bb9dbe (diff)
downloadgsoc2013-empathy-f3fcd329948522c13c99592e544232684284ef86.tar
gsoc2013-empathy-f3fcd329948522c13c99592e544232684284ef86.tar.gz
gsoc2013-empathy-f3fcd329948522c13c99592e544232684284ef86.tar.bz2
gsoc2013-empathy-f3fcd329948522c13c99592e544232684284ef86.tar.lz
gsoc2013-empathy-f3fcd329948522c13c99592e544232684284ef86.tar.xz
gsoc2013-empathy-f3fcd329948522c13c99592e544232684284ef86.tar.zst
gsoc2013-empathy-f3fcd329948522c13c99592e544232684284ef86.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> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1803 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r--libempathy/empathy-utils.c2
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);