gaim/gaim

c1f4d5c41380
Parents c99298e41b6d
Children a488f8bbf0f0
I guess we may want a point size of .69444444 as well..
--- a/src/gtkimhtml.c Wed May 04 00:40:09 2005 -0400
+++ b/src/gtkimhtml.c Wed May 04 00:45:04 2005 -0400
@@ -3209,7 +3209,7 @@
int size;
size = strtol(tag->name + 10, NULL, 10);
- if(size > 0 && size < (sizeof(_point_sizes) / sizeof(_point_sizes[0])))
+ if(size >= 0 && size < (sizeof(_point_sizes) / sizeof(_point_sizes[0])))
{
g_object_set(G_OBJECT(tag), "size",
(gint) (GTK_IMHTML(imhtml)->original_fsize *