diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/empathy-filter-plugin.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index bf331eee6..5e7a39d35 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(Empathy, 0.3) +AC_INIT(Empathy, 0.3darcs) AC_PREREQ(2.59) AC_COPYRIGHT([Copyright (C) 2003-2007 Imendio AB]) diff --git a/src/empathy-filter-plugin.c b/src/empathy-filter-plugin.c index 8579213f9..dfd749160 100644 --- a/src/empathy-filter-plugin.c +++ b/src/empathy-filter-plugin.c @@ -22,8 +22,8 @@ #include <glib.h> -#include <mission-control/mcd-dispatcher.h> -#include <mission-control/mcd-dispatcher-context.h> +#include <mcd-dispatcher.h> +#include <mcd-dispatcher-context.h> static void filter_plugin_text_channel (McdDispatcherContext *ctx); |