Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
gtk
Commits
e837bae8
Commit
e837bae8
authored
May 22, 2003
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(gtk_file_selection_set_filename): Add a hint about opening
directories. (#113175)
parent
c1d40c02
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
0 deletions
+14
-0
ChangeLog
ChangeLog
+2
-0
ChangeLog.pre-2-10
ChangeLog.pre-2-10
+2
-0
ChangeLog.pre-2-4
ChangeLog.pre-2-4
+2
-0
ChangeLog.pre-2-6
ChangeLog.pre-2-6
+2
-0
ChangeLog.pre-2-8
ChangeLog.pre-2-8
+2
-0
gtk/gtkfilesel.c
gtk/gtkfilesel.c
+4
-0
No files found.
ChangeLog
View file @
e837bae8
...
...
@@ -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
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 <maclas@gmx.de>
...
...
ChangeLog.pre-2-10
View file @
e837bae8
...
...
@@ -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
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 <maclas@gmx.de>
...
...
ChangeLog.pre-2-4
View file @
e837bae8
...
...
@@ -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
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 <maclas@gmx.de>
...
...
ChangeLog.pre-2-6
View file @
e837bae8
...
...
@@ -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
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 <maclas@gmx.de>
...
...
ChangeLog.pre-2-8
View file @
e837bae8
...
...
@@ -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
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 <maclas@gmx.de>
...
...
gtk/gtkfilesel.c
View file @
e837bae8
...
...
@@ -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().
**/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment