[vinagre] Fix the build with --enable-telepathy=yes



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]