aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-01-24 10:57:32 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-01-24 10:57:32 +0800
commite325836b78e658b2c8a5038384b6c53acdb57f98 (patch)
tree92558b7c4e1c31cf0d238549669147cfa2e56a82 /src
parent935e4f2004e6d9966a124d1ac6289e5cc0dca3fb (diff)
downloadgsoc2013-empathy-e325836b78e658b2c8a5038384b6c53acdb57f98.tar
gsoc2013-empathy-e325836b78e658b2c8a5038384b6c53acdb57f98.tar.gz
gsoc2013-empathy-e325836b78e658b2c8a5038384b6c53acdb57f98.tar.bz2
gsoc2013-empathy-e325836b78e658b2c8a5038384b6c53acdb57f98.tar.lz
gsoc2013-empathy-e325836b78e658b2c8a5038384b6c53acdb57f98.tar.xz
gsoc2013-empathy-e325836b78e658b2c8a5038384b6c53acdb57f98.tar.zst
gsoc2013-empathy-e325836b78e658b2c8a5038384b6c53acdb57f98.zip
fix src/empathy build. empathy-conf was moved to libempathy-gtk. Fixes bug #511679 (Guillaume Desmottes).
svn path=/trunk/; revision=599
Diffstat (limited to 'src')
-rw-r--r--src/empathy.c2
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>