aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-dispatch-operation.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-02-21 00:26:15 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-02-21 00:26:15 +0800
commit07a5cbcf40dfeb175e2c8f269d92ac236d989d31 (patch)
treeeba194e6eae701033c9583d213c109734bf65064 /libempathy/empathy-dispatch-operation.c
parent3d16b945cf3a9e460bd542f827676c8914325075 (diff)
downloadgsoc2013-empathy-07a5cbcf40dfeb175e2c8f269d92ac236d989d31.tar
gsoc2013-empathy-07a5cbcf40dfeb175e2c8f269d92ac236d989d31.tar.gz
gsoc2013-empathy-07a5cbcf40dfeb175e2c8f269d92ac236d989d31.tar.bz2
gsoc2013-empathy-07a5cbcf40dfeb175e2c8f269d92ac236d989d31.tar.lz
gsoc2013-empathy-07a5cbcf40dfeb175e2c8f269d92ac236d989d31.tar.xz
gsoc2013-empathy-07a5cbcf40dfeb175e2c8f269d92ac236d989d31.tar.zst
gsoc2013-empathy-07a5cbcf40dfeb175e2c8f269d92ac236d989d31.zip
Use tp-glib generated code for file transfers rather than extensions.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2523
Diffstat (limited to 'libempathy/empathy-dispatch-operation.c')
-rw-r--r--libempathy/empathy-dispatch-operation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-dispatch-operation.c b/libempathy/empathy-dispatch-operation.c
index ee5b64d96..1786e4169 100644
--- a/libempathy/empathy-dispatch-operation.c
+++ b/libempathy/empathy-dispatch-operation.c
@@ -403,7 +403,7 @@ empathy_dispatch_operation_channel_ready_cb (TpChannel *channel,
priv->channel_wrapper = G_OBJECT (call);
}
- else if (channel_type == EMP_IFACE_QUARK_CHANNEL_TYPE_FILE_TRANSFER)
+ else if (channel_type == TP_IFACE_QUARK_CHANNEL_TYPE_FILE_TRANSFER)
{
EmpathyTpFile *file = empathy_tp_file_new (channel);
priv->channel_wrapper = G_OBJECT (file);