Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 159262
Collapse All | Expand All

(-)orig/gtk/gtkfilechooserdefault.c (+2 lines)
Lines 4362-4372 Link Here
4362
  gtk_box_pack_start (GTK_BOX (vbox), alignment, FALSE, FALSE, 0);
4362
  gtk_box_pack_start (GTK_BOX (vbox), alignment, FALSE, FALSE, 0);
4363
4363
4364
  impl->save_expander = gtk_expander_new_with_mnemonic (_("_Browse for other folders"));
4364
  impl->save_expander = gtk_expander_new_with_mnemonic (_("_Browse for other folders"));
4365
  gtk_expander_set_expanded (GTK_EXPANDER (impl->save_expander),TRUE);
4365
  gtk_container_add (GTK_CONTAINER (alignment), impl->save_expander);
4366
  gtk_container_add (GTK_CONTAINER (alignment), impl->save_expander);
4366
  g_signal_connect (impl->save_expander, "notify::expanded",
4367
  g_signal_connect (impl->save_expander, "notify::expanded",
4367
		    G_CALLBACK (expander_changed_cb),
4368
		    G_CALLBACK (expander_changed_cb),
4368
		    impl);
4369
		    impl);
4369
  gtk_widget_show_all (alignment);
4370
  gtk_widget_show_all (alignment);
4371
  gtk_widget_hide (impl->save_expander);
4370
4372
4371
  impl->save_widgets = vbox;
4373
  impl->save_widgets = vbox;
4372
  gtk_box_pack_start (GTK_BOX (impl), impl->save_widgets, FALSE, FALSE, 0);
4374
  gtk_box_pack_start (GTK_BOX (impl), impl->save_widgets, FALSE, FALSE, 0);

Return to bug 159262