# HG changeset patch # User Luke Schierer # Date 1085341178 0 # Node ID 960bb3bd9ba6f2c9166e373eeabf56d0a3dc627d # Parent e1280b625174a84e04cb216964f10d55f1d15cf1 [gaim-migrate @ 9813] simguy broke gaim in more ways than one. but he was around to fix it. committer: Tailor Script diff -r e1280b625174 -r 960bb3bd9ba6 src/gtkimhtml.c --- 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, diff -r e1280b625174 -r 960bb3bd9ba6 src/gtkimhtml.h --- a/src/gtkimhtml.h Sun May 23 19:03:49 2004 +0000 +++ b/src/gtkimhtml.h Sun May 23 19:39:38 2004 +0000 @@ -212,11 +212,11 @@ /*@{*/ /** - * Returns the GtkType object for an IM/HTML widget. + * Returns the GType object for an IM/HTML widget. * - * @return The GtkType for an IM/HTML widget. + * @return The GType for an IM/HTML widget. */ -GtkType gtk_imhtml_get_type(void); +GType gtk_imhtml_get_type(void); /** * Creates and returns a new GTK IM/HTML widget.