After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 693709 - Hide recently used if it is turned off in the control center
Hide recently used if it is turned off in the control center
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
3.7.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2013-02-13 14:25 UTC by Allan Day
Modified: 2013-02-13 17:07 UTC
See Also:
GNOME target: ---
GNOME version: 3.7/3.8


Attachments
filechooser: follow the gtk-recent-files-enabled GtkSetting (2.27 KB, patch)
2013-02-13 16:40 UTC, Cosimo Cecchi
committed Details | Review

Description Allan Day 2013-02-13 14:25:51 UTC
If Recently Used is set to off in the control center, the recent section in the file chooser sidebar should be hidden.

I've filed the same issue for Nautilus - that's bug 693705.
Comment 1 Cosimo Cecchi 2013-02-13 16:40:40 UTC
Created attachment 235908 [details] [review]
filechooser: follow the gtk-recent-files-enabled GtkSetting

Avoid showing the Recent files entry if the setting is FALSE.
Comment 2 Cosimo Cecchi 2013-02-13 17:07:44 UTC
Attachment 235908 [details] pushed as 880391c - filechooser: follow the gtk-recent-files-enabled GtkSetting