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-status-icon.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-status-icon.c')
-rw-r--r-- | src/empathy-status-icon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c index b0f31c9da..9a06ed587 100644 --- a/src/empathy-status-icon.c +++ b/src/empathy-status-icon.c @@ -40,11 +40,11 @@ #include <libempathy-gtk/empathy-presence-chooser.h> #include <libempathy-gtk/empathy-conf.h> #include <libempathy-gtk/empathy-ui-utils.h> -#include <libempathy-gtk/empathy-accounts-dialog.h> #include <libempathy-gtk/empathy-images.h> #include <libempathy-gtk/empathy-new-message-dialog.h> #include <libempathy-gtk/empathy-contact-dialogs.h> +#include "empathy-accounts-dialog.h" #include "empathy-status-icon.h" #include "empathy-preferences.h" |