Mercurial > pidgin
comparison src/conversation.c @ 861:00fb90babcb2
[gaim-migrate @ 871]
yay
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 08 Sep 2000 06:17:04 +0000 |
parents | a8633715fb5b |
children | 2ee4e61832a4 |
comparison
equal
deleted
inserted
replaced
860:a8633715fb5b | 861:00fb90babcb2 |
---|---|
1031 else if (count_tag(entry, "<FONT COLOR", "</FONT>")) | 1031 else if (count_tag(entry, "<FONT COLOR", "</FONT>")) |
1032 quiet_set(c->fgcolorbtn, TRUE); | 1032 quiet_set(c->fgcolorbtn, TRUE); |
1033 else | 1033 else |
1034 quiet_set(c->fgcolorbtn, FALSE); | 1034 quiet_set(c->fgcolorbtn, FALSE); |
1035 | 1035 |
1036 if (invert_tags(entry, "<BODY BGCOLOR", "</BODY>", 0)) | |
1037 quiet_set(c->bgcolorbtn, TRUE); | |
1038 else if (count_tag(entry, "<BODY BGCOLOR", "</BODY>")) | |
1039 quiet_set(c->bgcolorbtn, TRUE); | |
1040 else | |
1041 quiet_set(c->bgcolorbtn, FALSE); | |
1042 | |
1036 if (invert_tags(entry, "<FONT FACE", "</FONT>", 0)) | 1043 if (invert_tags(entry, "<FONT FACE", "</FONT>", 0)) |
1037 quiet_set(c->font, TRUE); | 1044 quiet_set(c->font, TRUE); |
1038 else if (count_tag(entry, "<FONT FACE", "</FONT>")) | 1045 else if (count_tag(entry, "<FONT FACE", "</FONT>")) |
1039 quiet_set(c->font, TRUE); | 1046 quiet_set(c->font, TRUE); |
1040 else | 1047 else |