diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:16:36 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:16:36 +0800 |
commit | 40cc36e6362425d04322dceb6ac87f81884feafc (patch) | |
tree | 75eebbd27fffca5da1bc7c2ff9698ae53b1b645a /libempathy-gtk/empathy-ui-utils.h | |
parent | 2dae0afb60297b9c90d1d2dcf4dba8753dd8b73a (diff) | |
download | gsoc2013-empathy-40cc36e6362425d04322dceb6ac87f81884feafc.tar gsoc2013-empathy-40cc36e6362425d04322dceb6ac87f81884feafc.tar.gz gsoc2013-empathy-40cc36e6362425d04322dceb6ac87f81884feafc.tar.bz2 gsoc2013-empathy-40cc36e6362425d04322dceb6ac87f81884feafc.tar.lz gsoc2013-empathy-40cc36e6362425d04322dceb6ac87f81884feafc.tar.xz gsoc2013-empathy-40cc36e6362425d04322dceb6ac87f81884feafc.tar.zst gsoc2013-empathy-40cc36e6362425d04322dceb6ac87f81884feafc.zip |
Fixed include of empathy-file.h to empathy-tp-file.h. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1781
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.h | 2 |
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" |