diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-01-21 22:12:26 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-01-21 22:12:26 +0800 |
commit | 544f36035197498a61382036ee75b9310f1b0e83 (patch) | |
tree | aafd5ff3345d3808c2d6b9e3eddab6acdc263952 /libempathy-gtk/empathy-main-window.c | |
parent | bccdb33f3070d7ab027b41ebce27e6d1f5850ecc (diff) | |
download | gsoc2013-empathy-544f36035197498a61382036ee75b9310f1b0e83.tar gsoc2013-empathy-544f36035197498a61382036ee75b9310f1b0e83.tar.gz gsoc2013-empathy-544f36035197498a61382036ee75b9310f1b0e83.tar.bz2 gsoc2013-empathy-544f36035197498a61382036ee75b9310f1b0e83.tar.lz gsoc2013-empathy-544f36035197498a61382036ee75b9310f1b0e83.tar.xz gsoc2013-empathy-544f36035197498a61382036ee75b9310f1b0e83.tar.zst gsoc2013-empathy-544f36035197498a61382036ee75b9310f1b0e83.zip |
Move empathy-status-presets to libempathy, nothing to do with GTK
svn path=/trunk/; revision=591
Diffstat (limited to 'libempathy-gtk/empathy-main-window.c')
-rw-r--r-- | libempathy-gtk/empathy-main-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-main-window.c b/libempathy-gtk/empathy-main-window.c index d0353419a..7970cb1f9 100644 --- a/libempathy-gtk/empathy-main-window.c +++ b/libempathy-gtk/empathy-main-window.c @@ -37,6 +37,7 @@ #include <libempathy/empathy-contact-list.h> #include <libempathy/empathy-contact-manager.h> #include <libempathy/empathy-contact-factory.h> +#include <libempathy/empathy-status-presets.h> #include "empathy-main-window.h" #include "empathy-contact-dialogs.h" @@ -45,7 +46,6 @@ #include "empathy-contact-list-view.h" #include "empathy-presence-chooser.h" #include "empathy-ui-utils.h" -#include "empathy-status-presets.h" #include "empathy-geometry.h" #include "empathy-preferences.h" #include "empathy-accounts-dialog.h" |