projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78db92d
)
file chooser: Don't show Trash in save mode
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 3 Jul 2015 16:51:03 +0000
(09:51 -0700)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 4 Jul 2015 04:29:26 +0000
(
00:29
-0400)
You can't save there...
gtk/gtkfilechooserwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserwidget.c
b/gtk/gtkfilechooserwidget.c
index 9f3ca6b64e91f7829ab3dc4eba018746205217a4..a84b60db23a59093a6ffb83a9f0527feb4484f3c 100644
(file)
--- a/
gtk/gtkfilechooserwidget.c
+++ b/
gtk/gtkfilechooserwidget.c
@@
-2802,6
+2802,7
@@
update_appearance (GtkFileChooserWidget *impl)
{
save_widgets_create (impl);
gtk_places_sidebar_set_show_recent (GTK_PLACES_SIDEBAR (priv->places_sidebar), FALSE);
+ gtk_places_sidebar_set_show_trash (GTK_PLACES_SIDEBAR (priv->places_sidebar), FALSE);
if (priv->select_multiple)
{