]> git.0d.be Git - empathy.git/blobdiff - src/empathy.c
Use tp-glib generated code for file transfers rather than extensions.
[empathy.git] / src / empathy.c
index c99e4b50df4945ebc97133628126cd48762e501d..0c1197a1762edabd306fe1a2ff1e8e2399b18704 100644 (file)
@@ -115,7 +115,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) {
                EmpathyFTManager *ft_manager;
                EmpathyTpFile    *tp_file;