comparison src/gtkimhtml.c @ 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
comparison
equal deleted inserted replaced
2774:6fab04e257a5 2775:38c31679dd37
1960 1960
1961 for (i = 0; fontsize && names [i]; i++) { 1961 for (i = 0; fontsize && names [i]; i++) {
1962 newvals [FMLY] = names [i]; 1962 newvals [FMLY] = names [i];
1963 1963
1964 g_snprintf (fs, sizeof (fs), "%d", 1964 g_snprintf (fs, sizeof (fs), "%d",
1965 POINT_SIZE (MIN (fontsize, MAX_FONT_SIZE) - 1) / 10); 1965 POINT_SIZE (MIN (fontsize, MAX_FONT_SIZE)) / 10);
1966 newvals [PXLSZ] = fs; 1966 newvals [PXLSZ] = fs;
1967 newvals [PTSZ] = "*"; 1967 newvals [PTSZ] = "*";
1968 1968
1969 TRY_FONT; 1969 TRY_FONT;
1970 1970