aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-ft-factory.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-11-09 18:54:03 +0800
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-11-09 18:54:03 +0800
commit9635473089accaa52a98242964cda0580a7f820d (patch)
tree600da3ff1fe20293da25e35b4c1e66caec2b4734 /libempathy/empathy-ft-factory.c
parent984f97edbd102cfab9ecad00c07cb9ac6474ffc9 (diff)
downloadgsoc2013-empathy-9635473089accaa52a98242964cda0580a7f820d.tar
gsoc2013-empathy-9635473089accaa52a98242964cda0580a7f820d.tar.gz
gsoc2013-empathy-9635473089accaa52a98242964cda0580a7f820d.tar.bz2
gsoc2013-empathy-9635473089accaa52a98242964cda0580a7f820d.tar.lz
gsoc2013-empathy-9635473089accaa52a98242964cda0580a7f820d.tar.xz
gsoc2013-empathy-9635473089accaa52a98242964cda0580a7f820d.tar.zst
gsoc2013-empathy-9635473089accaa52a98242964cda0580a7f820d.zip
client-factory: stop creating EmpathyTpFile objects
TpAutomaticClientFactory will create TpFileTransferChannels for us and they're, like, way better. 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 fa52ce1aa..10c8bea08 100644
--- a/libempathy/empathy-ft-factory.c
+++ b/libempathy/empathy-ft-factory.c
@@ -182,7 +182,7 @@ handle_channels_cb (TpSimpleHandler *handler,
if (tp_proxy_get_invalidated (channel) != NULL)
continue;
- if (!EMPATHY_IS_TP_FILE (channel))
+ if (!TP_IS_FILE_TRANSFER_CHANNEL (channel))
continue;
/* We handle only incoming FT */