diff src/buddy_chat.c @ 1441:5c67b8794991

[gaim-migrate @ 1451] patch from decklin to have default font size. yum. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 29 Jan 2001 01:19:24 +0000
parents 00b3d02a2168
children cac3efeb4d9c
line wrap: on
line diff
--- a/src/buddy_chat.c	Mon Jan 29 01:13:31 2001 +0000
+++ b/src/buddy_chat.c	Mon Jan 29 01:19:24 2001 +0000
@@ -811,6 +811,8 @@
 	b->log_dialog = NULL;
 	sprintf(b->fontface, "%s", fontface);
 	b->hasfont = 0;
+	b->fontsize = fontsize;
+	b->hassize = 0;
 	b->bgcol = bgcolor;
 	b->hasbg = 0;
 	b->fgcol = fgcolor;