changeset 2775:38c31679dd37

[gaim-migrate @ 2788] i really need to sleep committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 20 Nov 2001 01:23:37 +0000
parents 6fab04e257a5
children 3316f391df38
files src/gtkimhtml.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkimhtml.c	Tue Nov 20 01:22:16 2001 +0000
+++ b/src/gtkimhtml.c	Tue Nov 20 01:23:37 2001 +0000
@@ -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] = "*";