From 70db36f25685121fb5ef7da0958ba7170760f2b2 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 21 Jul 2006 19:57:05 +0000 Subject: Add a way to turn off password remembering. Bug #332374. 2006-07-21 Christian Persch * 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. --- lib/ephy-prefs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/ephy-prefs.h') 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 -- cgit v1.2.3