diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-07-15 21:22:58 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-07-15 21:22:58 +0800 |
commit | 28f6554465c9e66fb96a2aeafb4cb99e5185a2bd (patch) | |
tree | 7b8700e972496816b19204de945aab3180e9b2a8 /src/empathy-main-window.c | |
parent | 5604b72ec2bd425f98721032b4a57b989041ca2e (diff) | |
download | gsoc2013-empathy-28f6554465c9e66fb96a2aeafb4cb99e5185a2bd.tar gsoc2013-empathy-28f6554465c9e66fb96a2aeafb4cb99e5185a2bd.tar.gz gsoc2013-empathy-28f6554465c9e66fb96a2aeafb4cb99e5185a2bd.tar.bz2 gsoc2013-empathy-28f6554465c9e66fb96a2aeafb4cb99e5185a2bd.tar.lz gsoc2013-empathy-28f6554465c9e66fb96a2aeafb4cb99e5185a2bd.tar.xz gsoc2013-empathy-28f6554465c9e66fb96a2aeafb4cb99e5185a2bd.tar.zst gsoc2013-empathy-28f6554465c9e66fb96a2aeafb4cb99e5185a2bd.zip |
Moved empathy-accounts-dialog from libempathy-gtk to src. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1234
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r-- | src/empathy-main-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index ea67634b2..156d2e7cc 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -44,11 +44,11 @@ #include <libempathy-gtk/empathy-ui-utils.h> #include <libempathy-gtk/empathy-geometry.h> #include <libempathy-gtk/empathy-conf.h> -#include <libempathy-gtk/empathy-accounts-dialog.h> #include <libempathy-gtk/empathy-log-window.h> #include <libempathy-gtk/empathy-new-message-dialog.h> #include <libempathy-gtk/empathy-gtk-enum-types.h> +#include "empathy-accounts-dialog.h" #include "empathy-main-window.h" #include "ephy-spinner.h" #include "empathy-preferences.h" |