diff options
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/mail-config.glade | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 8a6d7036eb..5c232f2a15 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -6,12 +6,6 @@ modal. Not ideal but a problem with the way the function works, it should be fully async instead. -2004-09-03 Jeffrey Stedfast <fejj@novell.com> - - * mail-config.glade: Revert the use of gtkfilechooser for Path - selection because otherwise users won't be able to select - directory pathnames. Fixes bug #64974. - 2004-09-01 Jeffrey Stedfast <fejj@novell.com> Fix for bug #63377 and prevention of similar cases. diff --git a/mail/mail-config.glade b/mail/mail-config.glade index b45623d063..2103e332e5 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -1230,7 +1230,7 @@ For example: "Work" or "Personal"</property> <property name="browse_dialog_title" translatable="yes">Mailbox location</property> <property name="directory_entry">False</property> <property name="modal">False</property> - <property name="use_filechooser">False</property> + <property name="use_filechooser">True</property> <child internal-child="entry"> <widget class="GtkEntry" id="source_path"> |