comparison src/gtkconv.c @ 6760:e7e21e5d1d16

[gaim-migrate @ 7292] Jesse Farmer (farmerje) added ignore support for yahoo committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 06 Sep 2003 01:21:30 +0000
parents e62a504c83d0
children 8eebba08b44b
comparison
equal deleted inserted replaced
6759:f9efcba2d02f 6760:e7e21e5d1d16
5470 5470
5471 gtk_widget_set_sensitive(gtkconv->u.im->warn, 5471 gtk_widget_set_sensitive(gtkconv->u.im->warn,
5472 (prpl_info->warn != NULL)); 5472 (prpl_info->warn != NULL));
5473 5473
5474 gtk_widget_set_sensitive(gtkconv->u.im->block, 5474 gtk_widget_set_sensitive(gtkconv->u.im->block,
5475 (prpl_info->add_permit != NULL)); 5475 (prpl_info->add_deny != NULL));
5476 5476
5477 update_convo_add_button(conv); 5477 update_convo_add_button(conv);
5478 } 5478 }
5479 else if (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) { 5479 else if (gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) {
5480 if (gc == NULL) { 5480 if (gc == NULL) {