diff options
author | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2008-01-24 10:57:32 +0800 |
---|---|---|
committer | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2008-01-24 10:57:32 +0800 |
commit | 28b3e73e8e9c59cced1a09d46983445d04333c03 (patch) | |
tree | 92558b7c4e1c31cf0d238549669147cfa2e56a82 /src | |
parent | d823a47ae7ec95b3411a09649b5b6c7d838ccc2a (diff) | |
download | gsoc2013-empathy-28b3e73e8e9c59cced1a09d46983445d04333c03.tar gsoc2013-empathy-28b3e73e8e9c59cced1a09d46983445d04333c03.tar.gz gsoc2013-empathy-28b3e73e8e9c59cced1a09d46983445d04333c03.tar.bz2 gsoc2013-empathy-28b3e73e8e9c59cced1a09d46983445d04333c03.tar.lz gsoc2013-empathy-28b3e73e8e9c59cced1a09d46983445d04333c03.tar.xz gsoc2013-empathy-28b3e73e8e9c59cced1a09d46983445d04333c03.tar.zst gsoc2013-empathy-28b3e73e8e9c59cced1a09d46983445d04333c03.zip |
fix src/empathy build. empathy-conf was moved to libempathy-gtk. Fixes bug #511679 (Guillaume Desmottes).
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@599 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy.c b/src/empathy.c index 185b958dd..a4a90e2c5 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -37,10 +37,10 @@ #include <libmissioncontrol/mission-control.h> #include <libempathy/empathy-idle.h> -#include <libempathy/empathy-conf.h> #include <libempathy/empathy-utils.h> #include <libempathy/empathy-debug.h> +#include <libempathy-gtk/empathy-conf.h> #include <libempathy-gtk/empathy-preferences.h> #include <libempathy-gtk/empathy-main-window.h> #include <libempathy-gtk/empathy-status-icon.h> |