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 693725 - xsettings: propagate the remember-recent-files GSetting to XSettings
xsettings: propagate the remember-recent-files GSetting to XSettings
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: xsettings
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on: 693724
Blocks: 693705
 
 
Reported: 2013-02-13 16:17 UTC by Cosimo Cecchi
Modified: 2013-02-13 17:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
xsettings: propagate the remember-recent-files GSetting to XSettings (1.28 KB, patch)
2013-02-13 16:17 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2013-02-13 16:17:37 UTC
See GTK bug 693724
Comment 1 Cosimo Cecchi 2013-02-13 16:17:39 UTC
Created attachment 235904 [details] [review]
xsettings: propagate the remember-recent-files GSetting to XSettings
Comment 2 Bastien Nocera 2013-02-13 16:23:56 UTC
Review of attachment 235904 [details] [review]:

Looks fine otherwise.

::: plugins/xsettings/gsd-xsettings-manager.c
@@ +368,3 @@
 
+        { "org.gnome.desktop.privacy", "recent-files-max-age",      "Gtk/RecentFilesMaxAge", translate_int_int },
+        { "org.gnome.desktop.privacy", "remember-recent-files",    "Gtk/RecentFilesEnabled", translate_bool_int }

indentation of the 3rd field.
Comment 3 Cosimo Cecchi 2013-02-13 17:08:50 UTC
Attachment 235904 [details] pushed as ebe6a38 - xsettings: propagate the remember-recent-files GSetting to XSettings