# HG changeset patch # User Mark Doliner # Date 1076985249 0 # Node ID 3b8387166187cf330b802e8022e355aeab6f893c # Parent 0d9559f3bd2e51087be534cc94f9a814215ad52e [gaim-migrate @ 8999] Make the list of people show up when "allow only the users below" is selected in privacy. committer: Tailor Script diff -r 0d9559f3bd2e -r 3b8387166187 src/gtkprivacy.c --- a/src/gtkprivacy.c Tue Feb 17 02:23:35 2004 +0000 +++ b/src/gtkprivacy.c Tue Feb 17 02:34:09 2004 +0000 @@ -240,7 +240,7 @@ static void type_changed_cb(GtkOptionMenu *optmenu, GaimGtkPrivacyDialog *dialog) { - int new_type = gtk_option_menu_get_history(optmenu); + int new_type = menu_entries[gtk_option_menu_get_history(optmenu)].num; dialog->account->perm_deny = menu_entries[new_type].num; serv_set_permit_deny(gaim_account_get_connection(dialog->account));