aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-file.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>2009-05-04 07:50:03 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-06-01 23:47:38 +0800
commit1f239a9cb9595292b71fc0336e5d0055c5b81860 (patch)
tree4fcf245d1b8a6823f23dab13e1c665a91ea9f2ad /libempathy/empathy-tp-file.c
parent059082374fc8d1cda07486e5e3eb9546a1739811 (diff)
downloadgsoc2013-empathy-1f239a9cb9595292b71fc0336e5d0055c5b81860.tar
gsoc2013-empathy-1f239a9cb9595292b71fc0336e5d0055c5b81860.tar.gz
gsoc2013-empathy-1f239a9cb9595292b71fc0336e5d0055c5b81860.tar.bz2
gsoc2013-empathy-1f239a9cb9595292b71fc0336e5d0055c5b81860.tar.lz
gsoc2013-empathy-1f239a9cb9595292b71fc0336e5d0055c5b81860.tar.xz
gsoc2013-empathy-1f239a9cb9595292b71fc0336e5d0055c5b81860.tar.zst
gsoc2013-empathy-1f239a9cb9595292b71fc0336e5d0055c5b81860.zip
Total FileTransfer draft spec exorcism
Diffstat (limited to 'libempathy/empathy-tp-file.c')
-rw-r--r--libempathy/empathy-tp-file.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c
index cd28c541b..098440a42 100644
--- a/libempathy/empathy-tp-file.c
+++ b/libempathy/empathy-tp-file.c
@@ -44,8 +44,6 @@
#include "empathy-time.h"
#include "empathy-utils.h"
-#include "extensions/extensions.h"
-
#define DEBUG_FLAG EMPATHY_DEBUG_FT
#include "empathy-debug.h"
@@ -82,8 +80,8 @@ typedef struct {
GOutputStream *out_stream;
/* org.freedesktop.Telepathy.Channel.Type.FileTransfer D-Bus properties */
- EmpFileTransferState state;
- EmpFileTransferStateChangeReason state_change_reason;
+ TpFileTransferState state;
+ TpFileTransferStateChangeReason state_change_reason;
/* transfer properties */
gboolean incoming;