[gaim-migrate @ 9259]

Mon, 29 Mar 2004 23:19:11 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Mon, 29 Mar 2004 23:19:11 +0000
changeset 8520
0a0fe6abc212
parent 8519
13be07662047
child 8521
0f0e26a59d47

[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.

src/gtkprivacy.c file | annotate | diff | comparison | revisions
--- 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();
 

mercurial