diff src/gtkimhtml.c @ 9037:960bb3bd9ba6

[gaim-migrate @ 9813] simguy broke gaim in more ways than one. but he was around to fix it. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 23 May 2004 19:39:38 +0000
parents bbb8733c7818
children 2233d33b2285
line wrap: on
line diff
--- a/src/gtkimhtml.c	Sun May 23 19:03:49 2004 +0000
+++ b/src/gtkimhtml.c	Sun May 23 19:39:38 2004 +0000
@@ -1106,12 +1106,12 @@
 	return GTK_WIDGET(g_object_new(gtk_imhtml_get_type(), NULL));
 }
 
-GtkType gtk_imhtml_get_type()
+GType gtk_imhtml_get_type()
 {
-	static GtkType imhtml_type = 0;
+	static GType imhtml_type = 0;
 
 	if (!imhtml_type) {
-		static const GtkTypeInfo imhtml_info = {
+		static const GTypeInfo imhtml_info = {
 			sizeof(GtkIMHtmlClass),
 			NULL,
 			NULL,