Get the display name for the home directory. (#346498, Dennis Cranston,

2006-07-06  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkfilechooserbutton.c: Get the display name
        for the home directory.  (#346498, Dennis Cranston,
        patch by Andreas Köhler)
This commit is contained in:
Matthias Clasen 2006-07-06 22:09:49 +00:00 committed by Matthias Clasen
parent 6ff240294e
commit dbecb7995f
3 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2006-07-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.c: Get the display name
for the home directory. (#346498, Dennis Cranston,
patch by Andreas Köhler)
2006-07-06 Behdad Esfahbod <behdad@gnome.org>
* configure.in: Drop required Pango version down to 1.12.0. (#346597)

View File

@ -1,3 +1,9 @@
2006-07-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.c: Get the display name
for the home directory. (#346498, Dennis Cranston,
patch by Andreas Köhler)
2006-07-06 Behdad Esfahbod <behdad@gnome.org>
* configure.in: Drop required Pango version down to 1.12.0. (#346597)

View File

@ -1643,7 +1643,7 @@ model_add_special (GtkFileChooserButton *button)
gtk_tree_path_free (tree_path);
handle = gtk_file_system_get_info (button->priv->fs, path,
GTK_FILE_INFO_ICON,
GTK_FILE_INFO_DISPLAY_NAME | GTK_FILE_INFO_ICON,
model_add_special_get_info_cb, info);
gtk_list_store_set (store, &iter,