Update GtkFileChooserDefault for RI

This commit is contained in:
Davyd Madeley
2009-06-16 11:41:50 +08:00
parent 48d73e164e
commit d36604ae41

View File

@@ -10231,7 +10231,7 @@ recent_hide_entry (GtkFileChooserDefault *impl)
/* Image */
image = gtk_image_new_from_icon_name ("document-open-recent", GTK_ICON_SIZE_BUTTON);
gtk_size_group_add_widget (impl->browse_path_bar_size_group, image);
gtk_box_pack_start (GTK_BOX (impl->recent_hbox), image, FALSE, FALSE, 5);
gtk_box_pack_start (GTK_BOX (impl->recent_hbox), image, FALSE, FALSE, GTK_SIZE_ONE_TWELFTH_EM (5));
/* Label */
label = gtk_label_new (NULL);