From: Eric W. <war...@us...> - 2001-11-20 07:05:39
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv827 Modified Files: gtkimhtml.c Log Message: love makes me treat you the way that i do, gee baby, ain't i good to you ;-* Index: gtkimhtml.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/gtkimhtml.c,v retrieving revision 1.79 retrieving revision 1.80 diff -u -d -r1.79 -r1.80 --- gtkimhtml.c 2001/11/20 01:29:42 1.79 +++ gtkimhtml.c 2001/11/20 07:05:36 1.80 @@ -1961,15 +1961,8 @@ for (i = 0; fontsize && names [i]; i++) { newvals [FMLY] = names [i]; - g_snprintf (fs, sizeof (fs), "%d", POINT_SIZE (fontsize) / 10); - newvals [PXLSZ] = fs; - newvals [PTSZ] = "*"; - - TRY_FONT; - newvals [PXLSZ] = xflds [PXLSZ]; newvals [PTSZ] = xflds [PTSZ]; - TRY_FONT; } |