From: Eric W. <war...@us...> - 2001-12-16 22:47:18
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv2449 Modified Files: gtkimhtml.c Log Message: too high for the supermarket, too high for the grocery store too high for the supermarket, ain't gonna shop like this no more Index: gtkimhtml.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/gtkimhtml.c,v retrieving revision 1.91 retrieving revision 1.92 diff -u -d -r1.91 -r1.92 --- gtkimhtml.c 2001/12/14 18:34:06 1.91 +++ gtkimhtml.c 2001/12/16 22:47:15 1.92 @@ -60,7 +60,6 @@ #include "pixmaps/yell.xpm" #define MAX_FONT_SIZE 7 -#define DEFAULT_FONT_SIZE 3 #define POINT_SIZE(x) (_point_sizes [MIN ((x), MAX_FONT_SIZE) - 1]) static gint _point_sizes [] = { 80, 100, 120, 140, 200, 300, 400 }; @@ -3052,9 +3051,6 @@ font->fore = gdk_color_copy (oldfont->fore); if (!font->back && oldfont->back) font->back = gdk_color_copy (oldfont->back); - } else { - if (!font->size) - font->size = DEFAULT_FONT_SIZE; } fonts = g_slist_prepend (fonts, font); |