From f37b0a1d97c357272daf6ef88186d6bfd49571e2 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 6 Apr 2004 03:15:21 +0000 Subject: [PATCH] Use a title for SAVE and CREATE_FOLDER modes. Fixes #137272. 2004-04-05 Federico Mena Quintero * gtk/gtkfilechooserdefault.c (location_popup_handler): Use a title for SAVE and CREATE_FOLDER modes. Fixes #137272. --- ChangeLog | 3 +++ ChangeLog.pre-2-10 | 3 +++ ChangeLog.pre-2-4 | 3 +++ ChangeLog.pre-2-6 | 3 +++ ChangeLog.pre-2-8 | 3 +++ gtk/gtkfilechooserdefault.c | 2 +- 6 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 42a1c15d0..a0f8490f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-04-05 Federico Mena Quintero + * 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. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 42a1c15d0..a0f8490f4 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2004-04-05 Federico Mena Quintero + * 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. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 42a1c15d0..a0f8490f4 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,8 @@ 2004-04-05 Federico Mena Quintero + * 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. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 42a1c15d0..a0f8490f4 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,8 @@ 2004-04-05 Federico Mena Quintero + * 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. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 42a1c15d0..a0f8490f4 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2004-04-05 Federico Mena Quintero + * 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. diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c index fef86013e..90675541c 100644 --- a/gtk/gtkfilechooserdefault.c +++ b/gtk/gtkfilechooserdefault.c @@ -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, -- 2.43.2