summaryrefslogtreecommitdiff
path: root/src/nautilus-preferences-dialog.c
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@gnu.org>2002-03-07 08:27:52 +0000
committerAnders Carlsson <andersca@src.gnome.org>2002-03-07 08:27:52 +0000
commit17170fe596541d635797cdbbff5969b7594db6f6 (patch)
treec032b95fc72960496529ce098485d1688d16e4a4 /src/nautilus-preferences-dialog.c
parentabf700ab0ab3084b8a9275986c638dff9f03b9d5 (diff)
downloadnautilus-17170fe596541d635797cdbbff5969b7594db6f6.tar.gz
Require eel 1.1.7
2002-03-07 Anders Carlsson <andersca@gnu.org> * configure.in: Require eel 1.1.7 * src/nautilus-preferences-dialog.c: Use EEL_PREFERENCE_ITEM_EDITABLE_PASSWORD_STRING for the proxy dialog. Fixes #69387.
Diffstat (limited to 'src/nautilus-preferences-dialog.c')
-rw-r--r--src/nautilus-preferences-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-preferences-dialog.c b/src/nautilus-preferences-dialog.c
index b107ac197..d12573f29 100644
--- a/src/nautilus-preferences-dialog.c
+++ b/src/nautilus-preferences-dialog.c
@@ -303,7 +303,7 @@ static EelPreferencesItemDescription navigation_items[] = {
{ N_("HTTP Proxy Settings"),
NAUTILUS_PREFERENCES_HTTP_USE_AUTH_PASSWORD,
N_("Password:"),
- EEL_PREFERENCE_ITEM_EDITABLE_STRING,
+ EEL_PREFERENCE_ITEM_EDITABLE_PASSWORD_STRING,
NAUTILUS_PREFERENCES_HTTP_USE_PROXY,
EEL_PREFERENCE_ITEM_SHOW
},