comparison src/gtkconv.c @ 7476:b7b1d416ff44

[gaim-migrate @ 8089] i think this fixes Fr0g's bug committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 11 Nov 2003 07:26:35 +0000
parents 0e7a835e2433
children 357eb1c39b72
comparison
equal deleted inserted replaced
7475:08ce2a94d9c7 7476:b7b1d416ff44
5119 topic, NULL); 5119 topic, NULL);
5120 } 5120 }
5121 else if (type == GAIM_CONV_ACCOUNT_ONLINE || 5121 else if (type == GAIM_CONV_ACCOUNT_ONLINE ||
5122 type == GAIM_CONV_ACCOUNT_OFFLINE) { 5122 type == GAIM_CONV_ACCOUNT_OFFLINE) {
5123 5123
5124 gaim_gtkconv_update_buttons_by_protocol(conv);
5124 generate_send_as_items(win, NULL); 5125 generate_send_as_items(win, NULL);
5125 if (gaim_prefs_get_bool("/gaim/gtk/conversations/icons_on_tabs")) 5126 if (gaim_prefs_get_bool("/gaim/gtk/conversations/icons_on_tabs"))
5126 update_tab_icon(conv); 5127 update_tab_icon(conv);
5127 } 5128 }
5128 else if (type == GAIM_CONV_UPDATE_AWAY) { 5129 else if (type == GAIM_CONV_UPDATE_AWAY) {