GNOME Bugzilla – Bug 703359
retain history defaults to 1 day
Last modified: 2013-07-01 07:09:09 UTC
Retain history defaults to 1 day. That does not sound like a good default. I would say "Forever" is better and safer.
It already defaults to "forever": <key name="recent-files-max-age" type="i"> <default>-1</default> <_summary>Number of days to remember recently used files for</_summary> <_description>Recently used files will be remembered for this many days. If set to 0, recent files will not be remembered; if set to -1, they will be retained indefinitively.</_description> </key>
Created attachment 248113 [details] [review] privacy: Fix default "Retain history" value Our loop to set the combo box to the current value of recent-files-max-age didn't work properly for the negative (and default) -1 value that means "Forever". This fixes the default display value.
Attachment 248113 [details] pushed as 1fd7812 - privacy: Fix default "Retain history" value