aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-ft-handler.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-09-21 22:02:36 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-09-27 21:11:27 +0800
commitef81d18e65bb14cbd98cf07eb9d899f9c628d70e (patch)
tree42acf7d7bd2319abaeb51fe970235cac7ecd5919 /libempathy/empathy-ft-handler.c
parenta3d1d0df9e007c2d59c03ecaecf19321f60151c1 (diff)
downloadgsoc2013-empathy-ef81d18e65bb14cbd98cf07eb9d899f9c628d70e.tar
gsoc2013-empathy-ef81d18e65bb14cbd98cf07eb9d899f9c628d70e.tar.gz
gsoc2013-empathy-ef81d18e65bb14cbd98cf07eb9d899f9c628d70e.tar.bz2
gsoc2013-empathy-ef81d18e65bb14cbd98cf07eb9d899f9c628d70e.tar.lz
gsoc2013-empathy-ef81d18e65bb14cbd98cf07eb9d899f9c628d70e.tar.xz
gsoc2013-empathy-ef81d18e65bb14cbd98cf07eb9d899f9c628d70e.tar.zst
gsoc2013-empathy-ef81d18e65bb14cbd98cf07eb9d899f9c628d70e.zip
remove empathy_tp_file_is_incoming()
https://bugzilla.gnome.org/show_bug.cgi?id=658245
Diffstat (limited to 'libempathy/empathy-ft-handler.c')
-rw-r--r--libempathy/empathy-ft-handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c
index 83557d480..1b4edcc56 100644
--- a/libempathy/empathy-ft-handler.c
+++ b/libempathy/empathy-ft-handler.c
@@ -1589,7 +1589,7 @@ empathy_ft_handler_is_incoming (EmpathyFTHandler *handler)
if (priv->tpfile == NULL)
return FALSE;
- return empathy_tp_file_is_incoming (priv->tpfile);
+ return !tp_channel_get_requested ((TpChannel *) priv->tpfile);
}
/**