diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-07-06 22:09:49 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-07-06 22:09:49 +0000 |
commit | dbecb7995fe52fdd070f9a04da976a19986534a0 (patch) | |
tree | 2cf624c9d7c1860156446206bce203fa45bf0b43 /gtk | |
parent | 6ff240294e611ebee5176a5c7d7aba2148b0fb8f (diff) | |
download | gtk+-dbecb7995fe52fdd070f9a04da976a19986534a0.tar.gz |
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)
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkfilechooserbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index c64d657340..da5694bf42 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -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, |