diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-01-25 21:13:59 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-01-25 21:13:59 +0800 |
commit | 01e13d81ff2a7463af1476ef997108cd885aa165 (patch) | |
tree | 4ae39da8bba80f1d554888b112889975d2fc523d /data | |
parent | 10325fddddd83c0dd6222460bc13085b32ca7d5d (diff) | |
download | gsoc2013-epiphany-01e13d81ff2a7463af1476ef997108cd885aa165.tar gsoc2013-epiphany-01e13d81ff2a7463af1476ef997108cd885aa165.tar.gz gsoc2013-epiphany-01e13d81ff2a7463af1476ef997108cd885aa165.tar.bz2 gsoc2013-epiphany-01e13d81ff2a7463af1476ef997108cd885aa165.tar.lz gsoc2013-epiphany-01e13d81ff2a7463af1476ef997108cd885aa165.tar.xz gsoc2013-epiphany-01e13d81ff2a7463af1476ef997108cd885aa165.tar.zst gsoc2013-epiphany-01e13d81ff2a7463af1476ef997108cd885aa165.zip |
On suite, set wallet.caveat to false.
2006-01-25 Christian Persch <chpe@cvs.gnome.org>
* data/default-prefs-mozilla.js:
On suite, set wallet.caveat to false.
Diffstat (limited to 'data')
-rw-r--r-- | data/default-prefs-mozilla.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/default-prefs-mozilla.js b/data/default-prefs-mozilla.js index 80afb4e40..53beb85b6 100644 --- a/data/default-prefs-mozilla.js +++ b/data/default-prefs-mozilla.js @@ -1,3 +1,6 @@ // enable typeahead find pref("accessibility.typeaheadfind", true); +// don't show the stupid wallet master password dialogue +pref("wallet.caveat", false); + |