diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-01-23 21:16:06 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-01-23 21:16:06 +0800 |
commit | 61a627be9a0d353ee9fc4d8edecde948aab5d243 (patch) | |
tree | a2124b70f6f380cfd3a1be7963a42ad25cd97d4a /libempathy-gtk/empathy-status-icon.c | |
parent | 84db00195ac91343c32c1d1e9e4301e8b0adc662 (diff) | |
download | gsoc2013-empathy-61a627be9a0d353ee9fc4d8edecde948aab5d243.tar gsoc2013-empathy-61a627be9a0d353ee9fc4d8edecde948aab5d243.tar.gz gsoc2013-empathy-61a627be9a0d353ee9fc4d8edecde948aab5d243.tar.bz2 gsoc2013-empathy-61a627be9a0d353ee9fc4d8edecde948aab5d243.tar.lz gsoc2013-empathy-61a627be9a0d353ee9fc4d8edecde948aab5d243.tar.xz gsoc2013-empathy-61a627be9a0d353ee9fc4d8edecde948aab5d243.tar.zst gsoc2013-empathy-61a627be9a0d353ee9fc4d8edecde948aab5d243.zip |
Move empathy-conf to libempathy-gtk. libempathy do not depend directly on gconf anymore.
svn path=/trunk/; revision=597
Diffstat (limited to 'libempathy-gtk/empathy-status-icon.c')
-rw-r--r-- | libempathy-gtk/empathy-status-icon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-status-icon.c b/libempathy-gtk/empathy-status-icon.c index 24132e655..9e62a1e18 100644 --- a/libempathy-gtk/empathy-status-icon.c +++ b/libempathy-gtk/empathy-status-icon.c @@ -35,13 +35,13 @@ #include <libempathy/empathy-tp-chat.h> #include <libempathy/empathy-debug.h> #include <libempathy/empathy-utils.h> -#include <libempathy/empathy-conf.h> #include <libempathy/empathy-idle.h> #include <libempathy/empathy-filter.h> #include "empathy-status-icon.h" #include "empathy-contact-dialogs.h" #include "empathy-presence-chooser.h" +#include "empathy-conf.h" #include "empathy-preferences.h" #include "empathy-ui-utils.h" #include "empathy-accounts-dialog.h" |