aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-ft-factory.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-11-09 18:49:26 +0800
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-11-09 18:50:26 +0800
commit984f97edbd102cfab9ecad00c07cb9ac6474ffc9 (patch)
treea9a51206a3037fc67e5f1137c250d10ddaddf104 /libempathy/empathy-ft-factory.c
parente525496e170ba7a215c335533e56fbcbe5bbdcc1 (diff)
downloadgsoc2013-empathy-984f97edbd102cfab9ecad00c07cb9ac6474ffc9.tar
gsoc2013-empathy-984f97edbd102cfab9ecad00c07cb9ac6474ffc9.tar.gz
gsoc2013-empathy-984f97edbd102cfab9ecad00c07cb9ac6474ffc9.tar.bz2
gsoc2013-empathy-984f97edbd102cfab9ecad00c07cb9ac6474ffc9.tar.lz
gsoc2013-empathy-984f97edbd102cfab9ecad00c07cb9ac6474ffc9.tar.xz
gsoc2013-empathy-984f97edbd102cfab9ecad00c07cb9ac6474ffc9.tar.zst
gsoc2013-empathy-984f97edbd102cfab9ecad00c07cb9ac6474ffc9.zip
ft-handler: start using TpFTChannel instead of EmpathyTpFile
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'libempathy/empathy-ft-factory.c')
-rw-r--r--libempathy/empathy-ft-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-ft-factory.c b/libempathy/empathy-ft-factory.c
index fb2497a54..fa52ce1aa 100644
--- a/libempathy/empathy-ft-factory.c
+++ b/libempathy/empathy-ft-factory.c
@@ -186,7 +186,7 @@ handle_channels_cb (TpSimpleHandler *handler,
continue;
/* We handle only incoming FT */
- empathy_ft_handler_new_incoming ((EmpathyTpFile *) channel,
+ empathy_ft_handler_new_incoming ((TpFileTransferChannel *) channel,
ft_handler_incoming_ready_cb, self);
}