(gtk_file_selection_set_filename): Add a hint about opening

directories.  (#113175)
This commit is contained in:
Matthias Clasen 2003-05-22 00:25:50 +00:00
parent c1d40c0293
commit e837bae836
6 changed files with 14 additions and 0 deletions

View File

@ -12,6 +12,8 @@ Wed May 21 19:01:06 2003 Owen Taylor <otaylor@redhat.com>
"Rename File" and "Create Directory" subdialogs: Enter in entry "Rename File" and "Create Directory" subdialogs: Enter in entry
activates default, default is "Create"/"Rename", Escape cancels activates default, default is "Create"/"Rename", Escape cancels
dialog. (#113110) dialog. (#113110)
(gtk_file_selection_set_filename): Add a hint about opening
directories. (#113175)
2003-05-22 Matthias Clasen <maclas@gmx.de> 2003-05-22 Matthias Clasen <maclas@gmx.de>

View File

@ -12,6 +12,8 @@ Wed May 21 19:01:06 2003 Owen Taylor <otaylor@redhat.com>
"Rename File" and "Create Directory" subdialogs: Enter in entry "Rename File" and "Create Directory" subdialogs: Enter in entry
activates default, default is "Create"/"Rename", Escape cancels activates default, default is "Create"/"Rename", Escape cancels
dialog. (#113110) dialog. (#113110)
(gtk_file_selection_set_filename): Add a hint about opening
directories. (#113175)
2003-05-22 Matthias Clasen <maclas@gmx.de> 2003-05-22 Matthias Clasen <maclas@gmx.de>

View File

@ -12,6 +12,8 @@ Wed May 21 19:01:06 2003 Owen Taylor <otaylor@redhat.com>
"Rename File" and "Create Directory" subdialogs: Enter in entry "Rename File" and "Create Directory" subdialogs: Enter in entry
activates default, default is "Create"/"Rename", Escape cancels activates default, default is "Create"/"Rename", Escape cancels
dialog. (#113110) dialog. (#113110)
(gtk_file_selection_set_filename): Add a hint about opening
directories. (#113175)
2003-05-22 Matthias Clasen <maclas@gmx.de> 2003-05-22 Matthias Clasen <maclas@gmx.de>

View File

@ -12,6 +12,8 @@ Wed May 21 19:01:06 2003 Owen Taylor <otaylor@redhat.com>
"Rename File" and "Create Directory" subdialogs: Enter in entry "Rename File" and "Create Directory" subdialogs: Enter in entry
activates default, default is "Create"/"Rename", Escape cancels activates default, default is "Create"/"Rename", Escape cancels
dialog. (#113110) dialog. (#113110)
(gtk_file_selection_set_filename): Add a hint about opening
directories. (#113175)
2003-05-22 Matthias Clasen <maclas@gmx.de> 2003-05-22 Matthias Clasen <maclas@gmx.de>

View File

@ -12,6 +12,8 @@ Wed May 21 19:01:06 2003 Owen Taylor <otaylor@redhat.com>
"Rename File" and "Create Directory" subdialogs: Enter in entry "Rename File" and "Create Directory" subdialogs: Enter in entry
activates default, default is "Create"/"Rename", Escape cancels activates default, default is "Create"/"Rename", Escape cancels
dialog. (#113110) dialog. (#113110)
(gtk_file_selection_set_filename): Add a hint about opening
directories. (#113175)
2003-05-22 Matthias Clasen <maclas@gmx.de> 2003-05-22 Matthias Clasen <maclas@gmx.de>

View File

@ -1176,6 +1176,10 @@ gtk_file_selection_hide_fileop_buttons (GtkFileSelection *filesel)
* directory path, then the requestor will open with that path as its * directory path, then the requestor will open with that path as its
* current working directory. * 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 * The encoding of @filename is the on-disk encoding, which
* may not be UTF-8. See g_filename_from_utf8(). * may not be UTF-8. See g_filename_from_utf8().
**/ **/