From 1f239a9cb9595292b71fc0336e5d0055c5b81860 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 4 May 2009 01:50:03 +0200 Subject: Total FileTransfer draft spec exorcism --- libempathy/empathy-tp-file.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libempathy/empathy-tp-file.c') 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; -- cgit v1.2.3