From: Eric W. <war...@us...> - 2001-11-20 01:23:40
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv26634 Modified Files: gtkimhtml.c Log Message: i really need to sleep Index: gtkimhtml.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/gtkimhtml.c,v retrieving revision 1.77 retrieving revision 1.78 diff -u -d -r1.77 -r1.78 --- gtkimhtml.c 2001/11/20 01:22:16 1.77 +++ gtkimhtml.c 2001/11/20 01:23:37 1.78 @@ -1962,7 +1962,7 @@ newvals [FMLY] = names [i]; g_snprintf (fs, sizeof (fs), "%d", - POINT_SIZE (MIN (fontsize, MAX_FONT_SIZE) - 1) / 10); + POINT_SIZE (MIN (fontsize, MAX_FONT_SIZE)) / 10); newvals [PXLSZ] = fs; newvals [PTSZ] = "*"; |