diff options
author | Federico Mena Quintero <federico@ximian.com> | 2004-04-06 03:07:49 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2004-04-06 03:07:49 +0000 |
commit | e88aef82d6432854c4d4e08e9a11a8d0433877ce (patch) | |
tree | c43ac857b3a516ab7fcd66c5b24b6547051884fd /ChangeLog.pre-2-4 | |
parent | a0f3ee5660e8de5491aaea8afc57852985ddf4b7 (diff) | |
download | gdk-pixbuf-e88aef82d6432854c4d4e08e9a11a8d0433877ce.tar.gz |
Look for G_DIR_SEPARATOR in the display_name, and err out if it is
2004-04-05 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilesystemunix.c (gtk_file_system_unix_make_path): Look
for G_DIR_SEPARATOR in the display_name, and err out if it is
present; use the same error message as Nautilus. Fixes #136467.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index c26512648..42a1c15d0 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,9 @@ 2004-04-05 Federico Mena Quintero <federico@ximian.com> + * gtk/gtkfilesystemunix.c (gtk_file_system_unix_make_path): Look + for G_DIR_SEPARATOR in the display_name, and err out if it is + present; use the same error message as Nautilus. Fixes #136467. + * gtk/gtkfilechooserdefault.c (file_pane_create): Make the new-folder button say "Create Fo_lder" rather than "Create _Folder", so that the mnemonic doesn't conflict with the "Save in |