changeset 10148:946aa96fa103

[gaim-migrate @ 11225] Backing out this change I committed (yesterday?) We're not sure if it's copacetic yet. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 29 Oct 2004 00:06:32 +0000
parents a485dedd6ba2
children bc74e3a81abe
files src/gtkprivacy.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkprivacy.c	Wed Oct 27 22:24:51 2004 +0000
+++ b/src/gtkprivacy.c	Fri Oct 29 00:06:32 2004 +0000
@@ -243,9 +243,6 @@
 {
 	int new_type = menu_entries[gtk_option_menu_get_history(optmenu)].num;
 
-	if (dialog->account->perm_deny == new_type)
-		return;
-
 	dialog->account->perm_deny = new_type;
 	serv_set_permit_deny(gaim_account_get_connection(dialog->account));