diff src/conversation.c @ 2699:092c5a1ddf72

[gaim-migrate @ 2712] god damn you. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 09 Nov 2001 03:11:56 +0000
parents 37d80035e77f
children e841b14b5b89
line wrap: on
line diff
--- a/src/conversation.c	Fri Nov 09 01:11:36 2001 +0000
+++ b/src/conversation.c	Fri Nov 09 03:11:56 2001 +0000
@@ -841,8 +841,8 @@
 			strcpy(buf, buf2);
 		}
 
-		if ((font_options & OPT_FONT_SIZE) || c->hassize) {
-			g_snprintf(buf2, limit, "<FONT SIZE=\"%d\">%s</FONT>", c->fontsize, buf);
+		if (font_options & OPT_FONT_SIZE) {
+			g_snprintf(buf2, limit, "<FONT SIZE=\"%d\">%s</FONT>", fontsize, buf);
 			strcpy(buf, buf2);
 		}
 
@@ -2150,8 +2150,6 @@
 	c->log_dialog = NULL;
 	sprintf(c->fontface, "%s", fontface);
 	c->hasfont = 0;
-	c->fontsize = fontsize;
-	c->hassize = 0;
 	c->bgcol = bgcolor;
 	c->hasbg = 0;
 	c->fgcol = fgcolor;