src/gtkprivacy.c

changeset 10148
c541b58caeda
parent 10147
a4897a5bcf8d
child 10352
802e7ab5b838
--- 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));
 

mercurial