diff options
author | Anders Carlsson <andersca@gnu.org> | 2002-03-07 08:27:52 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@src.gnome.org> | 2002-03-07 08:27:52 +0000 |
commit | 17170fe596541d635797cdbbff5969b7594db6f6 (patch) | |
tree | c032b95fc72960496529ce098485d1688d16e4a4 /configure.in | |
parent | abf700ab0ab3084b8a9275986c638dff9f03b9d5 (diff) | |
download | nautilus-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 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 0031040bf..c8f193129 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ ART_REQUIRED=2.3.6 BONOBO_ACTIVATION_REQUIRED=0.9.3 BONOBO_REQUIRED=1.110 BONOBO_UI_REQUIRED=1.110.2 -EEL_REQUIRED=1.1.6 +EEL_REQUIRED=1.1.7 ESOUND_REQUIRED=0.2.23 GLIB_REQUIRED=1.3.10 GNOME_CANVAS_REQUIRED=1.105 |