Index: brave.c =================================================================== --- brave.c (revision 26936) +++ brave.c (revision 26937) @@ -153,7 +153,7 @@ { desc_t *d; for(d = desc; d->name != NULL; d++) - brave_set(d->bit, attrs[d->widget].default_val.int_value); + brave_set(d->bit, attrs[d->widget].val.int_value); } /* If a checkbox changes, do the conversion forth and back to ensure sync */