comparison src/gtkconv.c @ 10737:b7f0bc436179

[gaim-migrate @ 12339] Some notes committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 26 Mar 2005 19:19:33 +0000
parents c4cb90065e1d
children 904aafb6713d
comparison
equal deleted inserted replaced
10736:703f722d076f 10737:b7f0bc436179
4764 if (GAIM_PLUGIN_PROTOCOL_INFO(gaim_find_prpl(gaim_account_get_protocol_id(conv->account)))->options & 4764 if (GAIM_PLUGIN_PROTOCOL_INFO(gaim_find_prpl(gaim_account_get_protocol_id(conv->account)))->options &
4765 OPT_PROTO_USE_POINTSIZE) { 4765 OPT_PROTO_USE_POINTSIZE) {
4766 gtk_font_options |= GTK_IMHTML_USE_POINTSIZE; 4766 gtk_font_options |= GTK_IMHTML_USE_POINTSIZE;
4767 } 4767 }
4768 4768
4769 /* TODO: These colors should not be hardcoded so log.c can use them */
4769 if (flags & GAIM_MESSAGE_SYSTEM) { 4770 if (flags & GAIM_MESSAGE_SYSTEM) {
4770 g_snprintf(buf, BUF_LONG, "<FONT SIZE=\"2\">(%s)</FONT> <B>%s</B>", 4771 g_snprintf(buf, BUF_LONG, "<FONT SIZE=\"2\">(%s)</FONT> <B>%s</B>",
4771 mdate, message); 4772 mdate, message);
4772 4773
4773 g_snprintf(buf2, sizeof(buf2), 4774 g_snprintf(buf2, sizeof(buf2),