diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-05-03 03:09:43 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:47:36 +0800 |
commit | 7d8254421a1b91516f35255c1a149c288fc92d22 (patch) | |
tree | 50323189b4582809f164b661dc2414fa8a390539 /src/empathy.c | |
parent | acfdeef8ac4a6599ba3df55ab207088264ea3e8d (diff) | |
download | gsoc2013-empathy-7d8254421a1b91516f35255c1a149c288fc92d22.tar gsoc2013-empathy-7d8254421a1b91516f35255c1a149c288fc92d22.tar.gz gsoc2013-empathy-7d8254421a1b91516f35255c1a149c288fc92d22.tar.bz2 gsoc2013-empathy-7d8254421a1b91516f35255c1a149c288fc92d22.tar.lz gsoc2013-empathy-7d8254421a1b91516f35255c1a149c288fc92d22.tar.xz gsoc2013-empathy-7d8254421a1b91516f35255c1a149c288fc92d22.tar.zst gsoc2013-empathy-7d8254421a1b91516f35255c1a149c288fc92d22.zip |
Use the proper TP interface instead of emp_cli
Update to use the stable TP interface for FT.
Diffstat (limited to 'src/empathy.c')
-rw-r--r-- | src/empathy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy.c b/src/empathy.c index 1b3483fba..b0866340b 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -129,7 +129,7 @@ dispatch_cb (EmpathyDispatcher *dispatcher, factory = empathy_call_factory_get (); empathy_call_factory_claim_channel (factory, operation); - } else if (channel_type == EMP_IFACE_QUARK_CHANNEL_TYPE_FILE_TRANSFER) { + } else if (channel_type == TP_IFACE_QUARK_CHANNEL_TYPE_FILE_TRANSFER) { EmpathyFTFactory *factory; factory = empathy_ft_factory_dup_singleton (); |