tags 409126 + patch thanks Symptom: Saving the options results in parameter "font_factor=0" being written to $HOME/.dillo/dillorc . Also, in the Font options parameters menu, the spin box for font_factor defaults to zero.
Cause: In the file config/dillocfg_option.c , there is a function called SpinOption_new(). The value is hardcoded to "0". The fix is to move the call that pulls the token value above the spin control initialization, and to remove the hard coded "0" out and use the token value instead.
dillo.spinpatch
Description: Binary data