diff options
Diffstat (limited to 'x11-libs/gtk+/files/gtk+-2.8.11-filechooser.patch')
-rw-r--r-- | x11-libs/gtk+/files/gtk+-2.8.11-filechooser.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-libs/gtk+/files/gtk+-2.8.11-filechooser.patch b/x11-libs/gtk+/files/gtk+-2.8.11-filechooser.patch new file mode 100644 index 0000000..d0e1d8b --- /dev/null +++ b/x11-libs/gtk+/files/gtk+-2.8.11-filechooser.patch @@ -0,0 +1,10 @@ +--- gtk+-2.8.11/gtk/gtkfilechooserdefault.c.orig 2006-02-17 16:32:56.000000000 +0100 ++++ gtk+-2.8.11/gtk/gtkfilechooserdefault.c 2006-02-17 16:35:34.000000000 +0100 +@@ -4074,6 +4074,7 @@ + gtk_box_pack_start (GTK_BOX (vbox), alignment, FALSE, FALSE, 0); + + impl->save_expander = gtk_expander_new_with_mnemonic (_("_Browse for other folders")); ++ gtk_expander_set_expanded( GTK_EXPANDER (impl->save_expander), TRUE); + gtk_container_add (GTK_CONTAINER (alignment), impl->save_expander); + g_signal_connect (impl->save_expander, "notify::expanded", + G_CALLBACK (expander_changed_cb), |