From: Eric W. <war...@us...> - 2001-11-10 01:05:24
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv7162 Modified Files: gtkimhtml.c Log Message: i heard the old way was wrong. this is more correct but i feel it's still not correct enough. i wish i understood fonts. Index: gtkimhtml.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/gtkimhtml.c,v retrieving revision 1.70 retrieving revision 1.71 diff -u -d -r1.70 -r1.71 --- gtkimhtml.c 2001/11/08 02:39:40 1.70 +++ gtkimhtml.c 2001/11/10 01:05:19 1.71 @@ -1928,13 +1928,8 @@ newvals [NAME] = names [i]; if (xflds [PTSZ][0]) { - g_snprintf (fs, sizeof (fs), "%d", - font_sizes [MIN (fontsize, MAX_SIZE) - 1] / 10); - newvals [PTSZ] = fs; - newvals [SIZE] = ""; - TRY_FONT; - newvals [PTSZ] = xflds [PTSZ]; + newvals [SIZE] = ""; } else newvals [SIZE] = xflds [SIZE]; TRY_FONT; |