aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-11-22 00:16:36 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-11-22 00:16:36 +0800
commit93a8850f5ba8ae6124d74bead2e888f6ed6a5259 (patch)
tree75eebbd27fffca5da1bc7c2ff9698ae53b1b645a
parentec6af6ddc96728e1307a7776ec4e2ee6d8f26cf0 (diff)
downloadgsoc2013-empathy-93a8850f5ba8ae6124d74bead2e888f6ed6a5259.tar
gsoc2013-empathy-93a8850f5ba8ae6124d74bead2e888f6ed6a5259.tar.gz
gsoc2013-empathy-93a8850f5ba8ae6124d74bead2e888f6ed6a5259.tar.bz2
gsoc2013-empathy-93a8850f5ba8ae6124d74bead2e888f6ed6a5259.tar.lz
gsoc2013-empathy-93a8850f5ba8ae6124d74bead2e888f6ed6a5259.tar.xz
gsoc2013-empathy-93a8850f5ba8ae6124d74bead2e888f6ed6a5259.tar.zst
gsoc2013-empathy-93a8850f5ba8ae6124d74bead2e888f6ed6a5259.zip
Fixed include of empathy-file.h to empathy-tp-file.h. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1781 4ee84921-47dd-4033-b63a-18d7a039a3e4
-rw-r--r--libempathy-gtk/empathy-ui-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h
index f838c7d1f..3b83a199a 100644
--- a/libempathy-gtk/empathy-ui-utils.h
+++ b/libempathy-gtk/empathy-ui-utils.h
@@ -38,7 +38,7 @@
#include <libmissioncontrol/mc-profile.h>
#include <libempathy/empathy-contact.h>
-#include <libempathy/empathy-file.h>
+#include <libempathy/empathy-tp-file.h>
#include "empathy-chat-view.h"
#include "empathy-ft-manager.h"