diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-07-15 22:00:50 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-07-15 22:00:50 +0800 |
commit | f014e7c05ae05ec40926e8fdc4e7cd69bcf3359a (patch) | |
tree | d5b85891ce062f5c10015e3e2674b51cf94390e6 /src/empathy-status-icon.c | |
parent | d61ca0ae4fb4aa4e469655407e8697b41a9ce5ef (diff) | |
download | gsoc2013-empathy-f014e7c05ae05ec40926e8fdc4e7cd69bcf3359a.tar gsoc2013-empathy-f014e7c05ae05ec40926e8fdc4e7cd69bcf3359a.tar.gz gsoc2013-empathy-f014e7c05ae05ec40926e8fdc4e7cd69bcf3359a.tar.bz2 gsoc2013-empathy-f014e7c05ae05ec40926e8fdc4e7cd69bcf3359a.tar.lz gsoc2013-empathy-f014e7c05ae05ec40926e8fdc4e7cd69bcf3359a.tar.xz gsoc2013-empathy-f014e7c05ae05ec40926e8fdc4e7cd69bcf3359a.tar.zst gsoc2013-empathy-f014e7c05ae05ec40926e8fdc4e7cd69bcf3359a.zip |
Move the event manager to src/
svn path=/trunk/; revision=1253
Diffstat (limited to 'src/empathy-status-icon.c')
-rw-r--r-- | src/empathy-status-icon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c index f41d51b52..dfe4bb630 100644 --- a/src/empathy-status-icon.c +++ b/src/empathy-status-icon.c @@ -30,7 +30,6 @@ #include <libempathy/empathy-utils.h> #include <libempathy/empathy-idle.h> -#include <libempathy-gtk/empathy-event-manager.h> #include <libempathy-gtk/empathy-presence-chooser.h> #include <libempathy-gtk/empathy-conf.h> #include <libempathy-gtk/empathy-ui-utils.h> @@ -40,6 +39,7 @@ #include "empathy-accounts-dialog.h" #include "empathy-status-icon.h" #include "empathy-preferences.h" +#include "empathy-event-manager.h" #define DEBUG_FLAG EMPATHY_DEBUG_DISPATCHER #include <libempathy/empathy-debug.h> |