comparison src/gtkconv.c @ 7956:1b8261f374ea

[gaim-migrate @ 8631] This is the death of protocol numbers. There are probably now a few functions that should now go away, but i'll let our crack team of crazy patch writers figure out which ones they are. out-of-tree and unofficial prpl-writers, rejoice! committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 29 Dec 2003 09:03:47 +0000
parents 6dc91824d8d4
children aca39f227ea0
comparison
equal deleted inserted replaced
7955:119a22025818 7956:1b8261f374ea
4542 gtk_font_options ^= GTK_IMHTML_NO_FONTS; 4542 gtk_font_options ^= GTK_IMHTML_NO_FONTS;
4543 4543
4544 if (gaim_prefs_get_bool("/gaim/gtk/conversations/ignore_font_sizes")) 4544 if (gaim_prefs_get_bool("/gaim/gtk/conversations/ignore_font_sizes"))
4545 gtk_font_options ^= GTK_IMHTML_NO_SIZES; 4545 gtk_font_options ^= GTK_IMHTML_NO_SIZES;
4546 4546
4547 if (GAIM_PLUGIN_PROTOCOL_INFO(gaim_find_prpl(gaim_account_get_protocol(conv->account)))->options & 4547 /* this is gonna crash one day, I can feel it. */
4548 if (GAIM_PLUGIN_PROTOCOL_INFO(gaim_find_prpl(gaim_account_get_protocol_id(conv->account)))->options &
4548 OPT_PROTO_USE_POINTSIZE) { 4549 OPT_PROTO_USE_POINTSIZE) {
4549 gtk_font_options ^= GTK_IMHTML_USE_POINTSIZE; 4550 gtk_font_options ^= GTK_IMHTML_USE_POINTSIZE;
4550 } 4551 }
4551 4552
4552 if (flags & GAIM_MESSAGE_SYSTEM) { 4553 if (flags & GAIM_MESSAGE_SYSTEM) {