# HG changeset patch # User Eric Warmenhoven # Date 1005167852 0 # Node ID b5698b2cad87e0d9f8dca154c50384c9443a17cc # Parent 5a207e155c157cdbd9b0537b67be9baa580e5a5c [gaim-migrate @ 2704] you did it wrong, sean. we should take the default for the widget (which in gaim always ends up being the default for the style, but that's ok) committer: Tailor Script diff -r 5a207e155c15 -r b5698b2cad87 src/gtkimhtml.c --- a/src/gtkimhtml.c Wed Nov 07 21:02:06 2001 +0000 +++ b/src/gtkimhtml.c Wed Nov 07 21:17:32 2001 +0000 @@ -1886,7 +1886,7 @@ gboolean italics, gint fontsize) { - GdkFont *default_font = GTK_IMHTML_GET_STYLE_FONT (GTK_WIDGET (imhtml)->style); + GdkFont *default_font = imhtml->default_font; gchar *default_name; gchar **xflds;