diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-07-22 03:57:05 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-07-22 03:57:05 +0800 |
commit | 70db36f25685121fb5ef7da0958ba7170760f2b2 (patch) | |
tree | 9b5bd91289b45f150d468f6eb72587487d2c310f /data/epiphany.schemas.in | |
parent | 800d438285ec852a357c2703a931a5c139b09cf2 (diff) | |
download | gsoc2013-epiphany-70db36f25685121fb5ef7da0958ba7170760f2b2.tar gsoc2013-epiphany-70db36f25685121fb5ef7da0958ba7170760f2b2.tar.gz gsoc2013-epiphany-70db36f25685121fb5ef7da0958ba7170760f2b2.tar.bz2 gsoc2013-epiphany-70db36f25685121fb5ef7da0958ba7170760f2b2.tar.lz gsoc2013-epiphany-70db36f25685121fb5ef7da0958ba7170760f2b2.tar.xz gsoc2013-epiphany-70db36f25685121fb5ef7da0958ba7170760f2b2.tar.zst gsoc2013-epiphany-70db36f25685121fb5ef7da0958ba7170760f2b2.zip |
Add a way to turn off password remembering. Bug #332374.
2006-07-21 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany.schemas.in:
* data/glade/prefs-dialog.glade:
* embed/mozilla/mozilla-notifiers.cpp:
* lib/ephy-prefs.h:
* src/prefs-dialog.c:
Add a way to turn off password remembering. Bug #332374.
Diffstat (limited to 'data/epiphany.schemas.in')
-rw-r--r-- | data/epiphany.schemas.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 382e8a1f3..001b61e34 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -414,6 +414,17 @@ </locale> </schema> <schema> + <key>/schemas/apps/epiphany/general/remember_passwords</key> + <applyto>/apps/epiphany/general/remember_passwords</applyto> + <owner>epiphany</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Remember passwords</short> + <long>Whether to store and prefill passwords in web sites.</long> + </locale> + </schema> + <schema> <key>/schemas/apps/epiphany/web/allow_popups</key> <applyto>/apps/epiphany/web/allow_popups</applyto> <owner>epiphany</owner> |