[vinagre] Fix the build with --enable-telepathy=yes
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vinagre] Fix the build with --enable-telepathy=yes
- Date: Wed, 9 Feb 2011 12:44:20 +0000 (UTC)
commit 4b6d9b20b72273ca30d7579b2718761163c8c928
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Feb 9 07:43:33 2011 -0500
Fix the build with --enable-telepathy=yes
The vinagre-plugin.h header is no vinagre-protocol.h.
Update vinagre-tube-hander.c to include the correct header.
vinagre/vinagre-tube-handler.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vinagre/vinagre-tube-handler.c b/vinagre/vinagre-tube-handler.c
index 22cd042..4d1ec41 100644
--- a/vinagre/vinagre-tube-handler.c
+++ b/vinagre/vinagre-tube-handler.c
@@ -36,7 +36,7 @@
#include "vinagre-tab.h"
#include "vinagre-notebook.h"
#include "vinagre-debug.h"
-#include "vinagre-plugin.h"
+#include "vinagre-protocol.h"
#include "vinagre-plugins-engine.h"
G_DEFINE_TYPE (VinagreTubeHandler, vinagre_tube_handler, G_TYPE_OBJECT);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]