[evolution-patches] use gtype as appropriate in gtkhtml



gtypes are GType, not guint and the two are different on 64bit
platforms.  Patch against the 1.4 branch attached

Jeremy
Index: src/htmlengine.c
===================================================================
RCS file: /cvs/gnome/gtkhtml/src/htmlengine.c,v
retrieving revision 1.545
diff -u -u -r1.545 htmlengine.c
--- src/htmlengine.c	25 Jun 2003 18:15:46 -0000	1.545
+++ src/htmlengine.c	19 Sep 2003 22:39:13 -0000
@@ -3213,7 +3213,7 @@
 }
 
 
-guint
+GType
 html_engine_get_type (void)
 {
 	static GType html_engine_type = 0;
Index: src/htmlengine.h
===================================================================
RCS file: /cvs/gnome/gtkhtml/src/htmlengine.h,v
retrieving revision 1.168
diff -u -u -r1.168 htmlengine.h
--- src/htmlengine.h	19 May 2003 12:58:36 -0000	1.168
+++ src/htmlengine.h	19 Sep 2003 22:39:13 -0000
@@ -292,7 +292,7 @@
 
 
 /* Object construction.  */
-guint       html_engine_get_type      (void);
+GType       html_engine_get_type      (void);
 HTMLEngine *html_engine_new           (GtkWidget *);
 void        html_engine_realize       (HTMLEngine *engine,
 				       GdkWindow  *window);


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