# HG changeset patch # User Mark Doliner # Date 1080602351 0 # Node ID c1e44e6f9cb11badd930090bbe55c534a5213ac3 # Parent f8ab826e11ad98efc41e8031384c29e97f181d72 [gaim-migrate @ 9259] Make privacy work correctly. Thanks to Luke and whoever it was that pointed this out to him. I'm feeling very annoyed right now. I don't know why. We haven't released in about 2 months and 3 weeks. committer: Tailor Script diff -r f8ab826e11ad -r c1e44e6f9cb1 src/gtkprivacy.c --- a/src/gtkprivacy.c Mon Mar 29 16:20:30 2004 +0000 +++ b/src/gtkprivacy.c Mon Mar 29 23:19:11 2004 +0000 @@ -242,7 +242,7 @@ { int new_type = menu_entries[gtk_option_menu_get_history(optmenu)].num; - dialog->account->perm_deny = menu_entries[new_type].num; + dialog->account->perm_deny = new_type; serv_set_permit_deny(gaim_account_get_connection(dialog->account)); gaim_blist_save();