diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-11-09 10:54:03 +0000 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-11-09 10:54:03 +0000 |
commit | 9635473089accaa52a98242964cda0580a7f820d (patch) | |
tree | 600da3ff1fe20293da25e35b4c1e66caec2b4734 /nautilus-sendto-plugin | |
parent | 984f97edbd102cfab9ecad00c07cb9ac6474ffc9 (diff) | |
download | empathy-9635473089accaa52a98242964cda0580a7f820d.tar.gz |
client-factory: stop creating EmpathyTpFile objects
TpAutomaticClientFactory will create TpFileTransferChannels for us and
they're, like, way better.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'nautilus-sendto-plugin')
-rw-r--r-- | nautilus-sendto-plugin/empathy-nautilus-sendto.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nautilus-sendto-plugin/empathy-nautilus-sendto.c b/nautilus-sendto-plugin/empathy-nautilus-sendto.c index 2f38b8325..ee1519de3 100644 --- a/nautilus-sendto-plugin/empathy-nautilus-sendto.c +++ b/nautilus-sendto-plugin/empathy-nautilus-sendto.c @@ -33,7 +33,6 @@ #include <libempathy/empathy-debug.h> #include <libempathy/empathy-ft-factory.h> #include <libempathy/empathy-ft-handler.h> -#include <libempathy/empathy-tp-file.h> #include <libempathy-gtk/empathy-contact-chooser.h> #include <libempathy-gtk/empathy-ui-utils.h> @@ -166,7 +165,7 @@ quit (void) static void transfer_done_cb (EmpathyFTHandler *handler, - EmpathyTpFile *tp_file, + TpFileTransferChannel *channel, NstPlugin *plugin) { quit (); |