mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Use a title for SAVE and CREATE_FOLDER modes. Fixes #137272.
2004-04-05 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a title for SAVE and CREATE_FOLDER modes. Fixes #137272.
This commit is contained in:
parent
e88aef82d6
commit
f37b0a1d97
@ -1,5 +1,8 @@
|
||||
2004-04-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (location_popup_handler): Use a
|
||||
title for SAVE and CREATE_FOLDER modes. Fixes #137272.
|
||||
|
||||
* 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.
|
||||
|
@ -1,5 +1,8 @@
|
||||
2004-04-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (location_popup_handler): Use a
|
||||
title for SAVE and CREATE_FOLDER modes. Fixes #137272.
|
||||
|
||||
* 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.
|
||||
|
@ -1,5 +1,8 @@
|
||||
2004-04-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (location_popup_handler): Use a
|
||||
title for SAVE and CREATE_FOLDER modes. Fixes #137272.
|
||||
|
||||
* 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.
|
||||
|
@ -1,5 +1,8 @@
|
||||
2004-04-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (location_popup_handler): Use a
|
||||
title for SAVE and CREATE_FOLDER modes. Fixes #137272.
|
||||
|
||||
* 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.
|
||||
|
@ -1,5 +1,8 @@
|
||||
2004-04-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (location_popup_handler): Use a
|
||||
title for SAVE and CREATE_FOLDER modes. Fixes #137272.
|
||||
|
||||
* 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.
|
||||
|
@ -5254,7 +5254,7 @@ location_popup_handler (GtkFileChooserDefault *impl)
|
||||
{
|
||||
g_assert (impl->action == GTK_FILE_CHOOSER_ACTION_SAVE
|
||||
|| impl->action == GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER);
|
||||
title = ""; /* FIXME: #137272, fix for 2.4.1 */
|
||||
title = _("Save in Location");
|
||||
}
|
||||
|
||||
dialog = gtk_dialog_new_with_buttons (title,
|
||||
|
Loading…
Reference in New Issue
Block a user