diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:14:29 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:14:29 +0800 |
commit | 2536537dd891f81ce5aab2e8b7fc2f33a7d54c77 (patch) | |
tree | a58ff629f68f8322be2d24cf39c5f385a08ec553 /libempathy-gtk | |
parent | 1ff7c439e8442d51024fbfcde2b1c11b8b17cf4f (diff) | |
download | gsoc2013-empathy-2536537dd891f81ce5aab2e8b7fc2f33a7d54c77.tar gsoc2013-empathy-2536537dd891f81ce5aab2e8b7fc2f33a7d54c77.tar.gz gsoc2013-empathy-2536537dd891f81ce5aab2e8b7fc2f33a7d54c77.tar.bz2 gsoc2013-empathy-2536537dd891f81ce5aab2e8b7fc2f33a7d54c77.tar.lz gsoc2013-empathy-2536537dd891f81ce5aab2e8b7fc2f33a7d54c77.tar.xz gsoc2013-empathy-2536537dd891f81ce5aab2e8b7fc2f33a7d54c77.tar.zst gsoc2013-empathy-2536537dd891f81ce5aab2e8b7fc2f33a7d54c77.zip |
Removed EmpathyTpFile and put everything into EmpathyFile. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1748
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-ft-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-ft-manager.c b/libempathy-gtk/empathy-ft-manager.c index 023a4bdac..734f6fd8e 100644 --- a/libempathy-gtk/empathy-ft-manager.c +++ b/libempathy-gtk/empathy-ft-manager.c @@ -33,7 +33,7 @@ #define DEBUG_FLAG EMPATHY_DEBUG_FT #include <libempathy/empathy-debug.h> #include <libempathy/empathy-file.h> -#include <libempathy/empathy-tp-file.h> +#include <libempathy/empathy-file.h> #include <libempathy/empathy-utils.h> #include "empathy-conf.h" |