diff --git a/ChangeLog b/ChangeLog index 1c405e3869..4cf58f2787 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,8 @@ Wed May 21 19:01:06 2003 Owen Taylor "Rename File" and "Create Directory" subdialogs: Enter in entry activates default, default is "Create"/"Rename", Escape cancels dialog. (#113110) + (gtk_file_selection_set_filename): Add a hint about opening + directories. (#113175) 2003-05-22 Matthias Clasen diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 1c405e3869..4cf58f2787 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -12,6 +12,8 @@ Wed May 21 19:01:06 2003 Owen Taylor "Rename File" and "Create Directory" subdialogs: Enter in entry activates default, default is "Create"/"Rename", Escape cancels dialog. (#113110) + (gtk_file_selection_set_filename): Add a hint about opening + directories. (#113175) 2003-05-22 Matthias Clasen diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 1c405e3869..4cf58f2787 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -12,6 +12,8 @@ Wed May 21 19:01:06 2003 Owen Taylor "Rename File" and "Create Directory" subdialogs: Enter in entry activates default, default is "Create"/"Rename", Escape cancels dialog. (#113110) + (gtk_file_selection_set_filename): Add a hint about opening + directories. (#113175) 2003-05-22 Matthias Clasen diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 1c405e3869..4cf58f2787 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -12,6 +12,8 @@ Wed May 21 19:01:06 2003 Owen Taylor "Rename File" and "Create Directory" subdialogs: Enter in entry activates default, default is "Create"/"Rename", Escape cancels dialog. (#113110) + (gtk_file_selection_set_filename): Add a hint about opening + directories. (#113175) 2003-05-22 Matthias Clasen diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 1c405e3869..4cf58f2787 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -12,6 +12,8 @@ Wed May 21 19:01:06 2003 Owen Taylor "Rename File" and "Create Directory" subdialogs: Enter in entry activates default, default is "Create"/"Rename", Escape cancels dialog. (#113110) + (gtk_file_selection_set_filename): Add a hint about opening + directories. (#113175) 2003-05-22 Matthias Clasen diff --git a/gtk/gtkfilesel.c b/gtk/gtkfilesel.c index 9ad466d006..b105970fb1 100644 --- a/gtk/gtkfilesel.c +++ b/gtk/gtkfilesel.c @@ -1176,6 +1176,10 @@ gtk_file_selection_hide_fileop_buttons (GtkFileSelection *filesel) * directory path, then the requestor will open with that path as its * current working directory. * + * This has the consequence that in order to open the requestor with a + * working directory and an empty filename, @filename must have a trailing + * directory separator. + * * The encoding of @filename is the on-disk encoding, which * may not be UTF-8. See g_filename_from_utf8(). **/