[evolution] Bug #675061 - Evolution 3.5.1 does not build



commit bf3cd1b5ec1949c81db611c86e115e92d6601999
Author: Dan VrÃtil <dvratil redhat com>
Date:   Thu May 17 21:21:31 2012 +0200

    Bug #675061 - Evolution 3.5.1 does not build

 em-format/em-format.h                   |    2 +-
 plugins/itip-formatter/itip-formatter.c |    2 --
 2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/em-format/em-format.h b/em-format/em-format.h
index 5ef50f4..5b97cb7 100644
--- a/em-format/em-format.h
+++ b/em-format/em-format.h
@@ -26,6 +26,7 @@
 
 #include <camel/camel.h>
 #include <gtk/gtk.h>
+#include <webkit/webkitdom.h>
 
 /* Standard GObject macros */
 #define EM_TYPE_FORMAT \
@@ -65,7 +66,6 @@ typedef struct _EMFormatHeader EMFormatHeader;
 typedef struct _EMFormatHandler EMFormatHandler;
 typedef struct _EMFormatParserInfo EMFormatParserInfo;
 typedef struct _EMFormatWriterInfo EMFormatWriterInfo;
-typedef struct _WebKitDOMElement WebKitDOMElement;
 
 typedef void		(*EMFormatParseFunc)	(EMFormat *emf,
 						 CamelMimePart *part,
diff --git a/plugins/itip-formatter/itip-formatter.c b/plugins/itip-formatter/itip-formatter.c
index f2e92a0..63b74ac 100644
--- a/plugins/itip-formatter/itip-formatter.c
+++ b/plugins/itip-formatter/itip-formatter.c
@@ -143,8 +143,6 @@ struct _ItipPURI {
 	GHashTable *real_comps; /* ESource's UID -> ECalComponent stored on the server */
 };
 
-typedef struct _ItipPURI ItipPURI;
-
 void format_itip (EPlugin *ep, EMFormatHookTarget *target);
 GtkWidget *itip_formatter_page_factory (EPlugin *ep, EConfigHookItemFactoryData *hook_data);
 gint e_plugin_lib_enable (EPlugin *ep, gint enable);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]