From: Eric W. <war...@us...> - 2001-11-07 21:17:35
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv8765 Modified Files: gtkimhtml.c Log Message: 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) Index: gtkimhtml.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/gtkimhtml.c,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- gtkimhtml.c 2001/11/07 21:02:06 1.66 +++ gtkimhtml.c 2001/11/07 21:17:32 1.67 @@ -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; |