forked from AuroraMiddleware/gtk
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:
parent
6ff240294e
commit
dbecb7995f
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user