forked from AuroraMiddleware/gtk
Revert "Never show the Trash in the FileChooserWidget side bar"
This reverts commit cd39e417e1
.
This commit is contained in:
parent
cd39e417e1
commit
333a92bcff
@ -2834,6 +2834,7 @@ update_appearance (GtkFileChooserWidget *impl)
|
||||
{
|
||||
save_widgets_create (impl);
|
||||
gtk_places_sidebar_set_show_recent (GTK_PLACES_SIDEBAR (impl->places_sidebar), FALSE);
|
||||
gtk_places_sidebar_set_show_trash (GTK_PLACES_SIDEBAR (impl->places_sidebar), FALSE);
|
||||
|
||||
if (impl->select_multiple)
|
||||
{
|
||||
|
@ -17,7 +17,6 @@
|
||||
<child>
|
||||
<object class="GtkPlacesSidebar" id="places_sidebar">
|
||||
<property name="show-other-locations">1</property>
|
||||
<property name="show-trash">0</property>
|
||||
<style>
|
||||
<class name="sidebar"/>
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user