]> git.0d.be Git - empathy.git/blobdiff - src/empathy.c
Use the proper TP interface instead of emp_cli
[empathy.git] / src / empathy.c
index 1b3483fbac4bbc45a5333064ef2710e3747134e5..b0866340b87392b7718708875826f9a39ffa41af 100644 (file)
@@ -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 ();