Mercurial > pidgin
changeset 8520:c1e44e6f9cb1
[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 <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 29 Mar 2004 23:19:11 +0000 |
parents | f8ab826e11ad |
children | 4cfb32f78d71 |
files | src/gtkprivacy.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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();