comparison src/gtkconv.c @ 10698:2f646d020011

[gaim-migrate @ 12253] From siege. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 15 Mar 2005 02:39:38 +0000
parents 210e38f53b7b
children c4cb90065e1d
comparison
equal deleted inserted replaced
10697:9b50ea54f3bb 10698:2f646d020011
2725 !gaim_conv_chat_has_left(GAIM_CONV_CHAT(conv)) )) { 2725 !gaim_conv_chat_has_left(GAIM_CONV_CHAT(conv)) )) {
2726 /* Account is online */ 2726 /* Account is online */
2727 /* Deal with the toolbar */ 2727 /* Deal with the toolbar */
2728 if (conv->features & GAIM_CONNECTION_HTML) { 2728 if (conv->features & GAIM_CONNECTION_HTML) {
2729 buttons = GTK_IMHTML_ALL; /* Everything on */ 2729 buttons = GTK_IMHTML_ALL; /* Everything on */
2730 if (!(prpl_info->options & OPT_PROTO_IM_IMAGE)) 2730 if (!(prpl_info->options & OPT_PROTO_IM_IMAGE) ||
2731 conv->features & GAIM_CONNECTION_NO_IMAGES)
2731 buttons &= ~GTK_IMHTML_IMAGE; 2732 buttons &= ~GTK_IMHTML_IMAGE;
2732 if (conv->features & GAIM_CONNECTION_NO_BGCOLOR) 2733 if (conv->features & GAIM_CONNECTION_NO_BGCOLOR)
2733 buttons &= ~GTK_IMHTML_BACKCOLOR; 2734 buttons &= ~GTK_IMHTML_BACKCOLOR;
2734 if (conv->features & GAIM_CONNECTION_NO_FONTSIZE) { 2735 if (conv->features & GAIM_CONNECTION_NO_FONTSIZE) {
2735 buttons &= ~GTK_IMHTML_GROW; 2736 buttons &= ~GTK_IMHTML_GROW;