]> Pileus Git - ~andy/gtk/commitdiff
Get the display name for the home directory. (#346498, Dennis Cranston,
authorMatthias Clasen <mclasen@redhat.com>
Thu, 6 Jul 2006 22:09:49 +0000 (22:09 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 6 Jul 2006 22:09:49 +0000 (22:09 +0000)
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)

ChangeLog
ChangeLog.pre-2-10
gtk/gtkfilechooserbutton.c

index ec38b5fac37a6e22cd17f7f93af3e778883a0c07..3d245307545eb7128774b22433f58278f1929293 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
index ec38b5fac37a6e22cd17f7f93af3e778883a0c07..3d245307545eb7128774b22433f58278f1929293 100644 (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)
index c64d657340378288635bbf477a025020eca1e5c9..da5694bf42e724b3845575aa911812e90bfb4177 100644 (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,