# HG changeset patch # User Mark Doliner # Date 1046485824 0 # Node ID 86fd0f6eaa1a32bc407183d5e07d0717f7854cd6 # Parent ebae85185165f6b33c2cab68c06ceb977f583a65 [gaim-migrate @ 4920] This doesn't do anything mysterious. I met this cat one that didn't do anything mysterious. Some people thought it was dead, but one time I saw it walk around. committer: Tailor Script diff -r ebae85185165 -r 86fd0f6eaa1a src/gtkimhtml.c --- a/src/gtkimhtml.c Fri Feb 28 23:11:04 2003 +0000 +++ b/src/gtkimhtml.c Sat Mar 01 02:30:24 2003 +0000 @@ -28,6 +28,7 @@ #include #include #include +#include #include #ifdef HAVE_LANGINFO_CODESET #include @@ -963,6 +964,10 @@ font->face = face; else if (oldfont && oldfont->face) font->face = g_strdup(oldfont->face); + if (font->face && (atoi(font->face) > 100)) { + g_free(font->face); + font->face = g_strdup("100"); + } if (sml) font->sml = sml;