diff src/gtkimhtml.c @ 9034:bbb8733c7818

[gaim-migrate @ 9810] SimGuy says Oops. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sun, 23 May 2004 18:38:07 +0000
parents 697e169dac12
children 960bb3bd9ba6
line wrap: on
line diff
--- a/src/gtkimhtml.c	Sun May 23 18:15:15 2004 +0000
+++ b/src/gtkimhtml.c	Sun May 23 18:38:07 2004 +0000
@@ -1106,12 +1106,12 @@
 	return GTK_WIDGET(g_object_new(gtk_imhtml_get_type(), NULL));
 }
 
-GType gtk_imhtml_get_type()
+GtkType gtk_imhtml_get_type()
 {
-	static GType imhtml_type = 0;
+	static GtkType imhtml_type = 0;
 
 	if (!imhtml_type) {
-		static const GTypeInfo imhtml_info = {
+		static const GtkTypeInfo imhtml_info = {
 			sizeof(GtkIMHtmlClass),
 			NULL,
 			NULL,