aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-05-08 04:08:50 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-05-08 04:08:50 +0800
commitf0f2ad9e9994d43ec6cbae068036e6dd6b76dea6 (patch)
tree064eb45bea7ba85ff01afead075e4c7ec5b3006d
parent0114d1db781f79150405cf4330947f255c63a64f (diff)
downloadgsoc2013-empathy-f0f2ad9e9994d43ec6cbae068036e6dd6b76dea6.tar
gsoc2013-empathy-f0f2ad9e9994d43ec6cbae068036e6dd6b76dea6.tar.gz
gsoc2013-empathy-f0f2ad9e9994d43ec6cbae068036e6dd6b76dea6.tar.bz2
gsoc2013-empathy-f0f2ad9e9994d43ec6cbae068036e6dd6b76dea6.tar.lz
gsoc2013-empathy-f0f2ad9e9994d43ec6cbae068036e6dd6b76dea6.tar.xz
gsoc2013-empathy-f0f2ad9e9994d43ec6cbae068036e6dd6b76dea6.tar.zst
gsoc2013-empathy-f0f2ad9e9994d43ec6cbae068036e6dd6b76dea6.zip
[darcs-to-svn @ fix including of mcd-*.h files]
svn path=/trunk/; revision=34
-rw-r--r--configure.ac2
-rw-r--r--src/empathy-filter-plugin.c4
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);