]> Pileus Git - ~andy/gtk/commitdiff
Use a title for SAVE and CREATE_FOLDER modes. Fixes #137272.
authorFederico Mena Quintero <federico@ximian.com>
Tue, 6 Apr 2004 03:15:21 +0000 (03:15 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Tue, 6 Apr 2004 03:15:21 +0000 (03:15 +0000)
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.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilechooserdefault.c

index 42a1c15d0c99afd8e076b68f6d68db7ce09db293..a0f8490f45b4ba53f7c6ca965d65c6a79e475d2c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 42a1c15d0c99afd8e076b68f6d68db7ce09db293..a0f8490f45b4ba53f7c6ca965d65c6a79e475d2c 100644 (file)
@@ -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.
index 42a1c15d0c99afd8e076b68f6d68db7ce09db293..a0f8490f45b4ba53f7c6ca965d65c6a79e475d2c 100644 (file)
@@ -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.
index 42a1c15d0c99afd8e076b68f6d68db7ce09db293..a0f8490f45b4ba53f7c6ca965d65c6a79e475d2c 100644 (file)
@@ -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.
index 42a1c15d0c99afd8e076b68f6d68db7ce09db293..a0f8490f45b4ba53f7c6ca965d65c6a79e475d2c 100644 (file)
@@ -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.
index fef86013e104ef6d2990e2f2de10315ad0484b32..90675541c0fa5b28be0520f2aeca98482f3b4a0e 100644 (file)
@@ -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,