diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-24 22:55:43 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-24 22:55:43 +0800 |
commit | ed1550ec4ce29466e6c4b840ee37f2d78862c3d9 (patch) | |
tree | 139f70e03b6188947bf863b2b6ec958d3e91f7db /libempathy-gtk | |
parent | 2beb2a7609f6534697a8874aaa9fc33f3bd115d8 (diff) | |
download | gsoc2013-empathy-ed1550ec4ce29466e6c4b840ee37f2d78862c3d9.tar gsoc2013-empathy-ed1550ec4ce29466e6c4b840ee37f2d78862c3d9.tar.gz gsoc2013-empathy-ed1550ec4ce29466e6c4b840ee37f2d78862c3d9.tar.bz2 gsoc2013-empathy-ed1550ec4ce29466e6c4b840ee37f2d78862c3d9.tar.lz gsoc2013-empathy-ed1550ec4ce29466e6c4b840ee37f2d78862c3d9.tar.xz gsoc2013-empathy-ed1550ec4ce29466e6c4b840ee37f2d78862c3d9.tar.zst gsoc2013-empathy-ed1550ec4ce29466e6c4b840ee37f2d78862c3d9.zip |
new-message-dialog: port to new tp-glib account API
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-new-message-dialog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-new-message-dialog.c b/libempathy-gtk/empathy-new-message-dialog.c index 66b2adb2d..d39f71bcc 100644 --- a/libempathy-gtk/empathy-new-message-dialog.c +++ b/libempathy-gtk/empathy-new-message-dialog.c @@ -32,7 +32,6 @@ #include <libempathy/empathy-contact-manager.h> #include <libempathy/empathy-dispatcher.h> #include <libempathy/empathy-utils.h> -#include <libempathy/empathy-account.h> #define DEBUG_FLAG EMPATHY_DEBUG_CONTACT #include <libempathy/empathy-debug.h> |