diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-01-24 10:57:32 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-01-24 10:57:32 +0800 |
commit | e325836b78e658b2c8a5038384b6c53acdb57f98 (patch) | |
tree | 92558b7c4e1c31cf0d238549669147cfa2e56a82 | |
parent | 935e4f2004e6d9966a124d1ac6289e5cc0dca3fb (diff) | |
download | gsoc2013-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
-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> |