[gaim-migrate @ 2910]

Sun, 16 Dec 2001 22:47:15 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Sun, 16 Dec 2001 22:47:15 +0000
changeset 2897
15ff3c5d8250
parent 2896
589a35f05a36
child 2898
215f4a288266

[gaim-migrate @ 2910]
too high for the supermarket, too high for the grocery store
too high for the supermarket, ain't gonna shop like this no more

src/gtkimhtml.c file | annotate | diff | comparison | revisions
--- a/src/gtkimhtml.c	Sun Dec 16 21:57:59 2001 +0000
+++ b/src/gtkimhtml.c	Sun Dec 16 22:47:15 2001 +0000
@@ -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);

mercurial