changeset 6399:d726a36628e8

[gaim-migrate @ 6904] Clicking the block button no longer asks if you want to add the user to your permit list. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 06 Aug 2003 23:26:52 +0000
parents c9894c0fbc6f
children 588e88bcdac5
files src/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkconv.c	Wed Aug 06 23:19:04 2003 +0000
+++ b/src/gtkconv.c	Wed Aug 06 23:26:52 2003 +0000
@@ -521,7 +521,7 @@
 	account = gaim_conversation_get_account(conv);
 
 	if (account != NULL && gaim_account_is_connected(account))
-		gaim_gtk_request_add_permit(account, gaim_conversation_get_name(conv));
+		gaim_gtk_request_add_block(account, gaim_conversation_get_name(conv));
 
 	gtk_widget_grab_focus(GAIM_GTK_CONVERSATION(conv)->entry);
 }