]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-dispatch-operation.c
Use tp-glib generated code for file transfers rather than extensions.
[empathy.git] / libempathy / empathy-dispatch-operation.c
index ee5b64d96bca46ec669ac41e3314eb3667c5bbd3..1786e4169039c37a110ea3116c26613ef4782a91 100644 (file)
@@ -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);