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-presence-chooser.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-presence-chooser.c')
-rw-r--r-- | libempathy-gtk/empathy-presence-chooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-presence-chooser.c b/libempathy-gtk/empathy-presence-chooser.c index 17a627389..c64962afa 100644 --- a/libempathy-gtk/empathy-presence-chooser.c +++ b/libempathy-gtk/empathy-presence-chooser.c @@ -38,11 +38,11 @@ #include <libempathy/empathy-utils.h> #include <libempathy/empathy-debug.h> #include <libempathy/empathy-marshal.h> +#include <libempathy/empathy-status-presets.h> #include "empathy-ui-utils.h" #include "empathy-images.h" #include "empathy-presence-chooser.h" -#include "empathy-status-presets.h" #define GET_PRIV(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), EMPATHY_TYPE_PRESENCE_CHOOSER, EmpathyPresenceChooserPriv)) |