]> git.0d.be Git - empathy.git/commitdiff
[darcs-to-svn @ fix including of mcd-*.h files]
authorXavier Claessens <xclaesse@src.gnome.org>
Mon, 7 May 2007 20:08:50 +0000 (20:08 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Mon, 7 May 2007 20:08:50 +0000 (20:08 +0000)
svn path=/trunk/; revision=34

configure.ac
src/empathy-filter-plugin.c

index bf331eee648d0e5a69f2965f9564f9b9a30c0b61..5e7a39d35162721a35df89a2d7cf824ffdea1ff0 100644 (file)
@@ -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])
 
index 8579213f9fc3961661f84b5bd6d0c4403094cc44..dfd7491608a8fa08b6e79a5d9b269741429ac453 100644 (file)
@@ -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);