diff src/gtkimhtmltoolbar.h @ 8319:a2c5537a814b

[gaim-migrate @ 9043] This fixes the symbol collision, incorrect data types, lack of casting, unused variables, and comments inside comments that were preventing the new toolbar code from compiling in some cases here. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 23 Feb 2004 22:13:43 +0000
parents 6f549c1d0829
children 2e18099ded93
line wrap: on
line diff
--- a/src/gtkimhtmltoolbar.h	Mon Feb 23 21:32:24 2004 +0000
+++ b/src/gtkimhtmltoolbar.h	Mon Feb 23 22:13:43 2004 +0000
@@ -45,11 +45,11 @@
 	GtkWidget *imhtml;
 
 	GtkTooltips *tooltips;
-	
+
 	GtkWidget *bold;
 	GtkWidget *italic;
 	GtkWidget *underline;
-	
+
 	GtkWidget *larger_size;
 	GtkWidget *normal_size;
 	GtkWidget *smaller_size;
@@ -76,7 +76,7 @@
 
 };
 
-GtkType    gtk_imhtmltoolbar_get_type         (void);
+GType      gtk_imhtmltoolbar_get_type         (void);
 GtkWidget* gtk_imhtmltoolbar_new              (void);
 
 void gtk_imhtmltoolbar_attach    (GtkIMHtmlToolbar *toolbar, GtkWidget *imhtml);