Hi,
2010-08-10 Nick Treleaven
- src/stash.c: Fix writing the default value when a key is missing for hidden prefs, even if it was overridden when it was originally read.
In what case is this required? If a hidden pref is overriden by reading, it exists in the keyfile, and so won't be written anyway.
On Sun, 26 Sep 2010 14:52:26 +0300 Dimitar Zhekov dimitar.zhekov@gmail.com wrote:
2010-08-10 Nick Treleaven
- src/stash.c: Fix writing the default value when a key is missing for hidden prefs, even if it was overridden when it was originally read.
In what case is this required? If a hidden pref is overriden by reading, it exists in the keyfile, and so won't be written anyway.
If the user deletes the overridden line in the keyfile ;-)
Regards, Nick
On Tue, 28 Sep 2010 13:45:27 +0100 Nick Treleaven nick.treleaven@btinternet.com wrote:
On Sun, 26 Sep 2010 14:52:26 +0300 Dimitar Zhekov dimitar.zhekov@gmail.com wrote:
2010-08-10 Nick Treleaven
- src/stash.c: Fix writing the default value when a key is missing for hidden prefs, even if it was overridden when it was originally read.
In what case is this required? If a hidden pref is overriden by reading, it exists in the keyfile, and so won't be written anyway.
If the user deletes the overridden line in the keyfile ;-)
I see. Thanks.
Eugene, if you're going to combine the X SM implementatons someday, using the "alternate" save/restore instance, be sure to revert this change (or find a workaround, but I don't think it's worth).
On Sat, 2 Oct 2010 10:56:19 +0300% Dimitar Zhekov dimitar.zhekov@gmail.com wrote:
On Tue, 28 Sep 2010 13:45:27 +0100 Nick Treleaven nick.treleaven@btinternet.com wrote:
On Sun, 26 Sep 2010 14:52:26 +0300 Dimitar Zhekov dimitar.zhekov@gmail.com wrote:
2010-08-10 Nick Treleaven
- src/stash.c: Fix writing the default value when a key is missing for hidden prefs, even if it was overridden when it was originally read.
In what case is this required? If a hidden pref is overriden by reading, it exists in the keyfile, and so won't be written anyway.
If the user deletes the overridden line in the keyfile ;-)
I see. Thanks.
Eugene, if you're going to combine the X SM implementatons someday, using the "alternate" save/restore instance, be sure to revert this change (or find a workaround, but I don't think it's worth).
Thanks much for info, I'll take it into account.