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 /lib | |
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 'lib')
-rw-r--r-- | lib/ephy-prefs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h index 6082d1c09..65a52ac47 100644 --- a/lib/ephy-prefs.h +++ b/lib/ephy-prefs.h @@ -68,6 +68,9 @@ G_BEGIN_DECLS #define CONF_DESKTOP_BG_PICTURE "/desktop/gnome/background/picture_filename" #define CONF_DESKTOP_BG_TYPE "/desktop/gnome/background/picture_options" +/* Privacy */ +#define CONF_PRIVACY_REMEMBER_PASSWORDS "/apps/epiphany/general/remember_passwords" + G_END_DECLS #endif |