Obtain the recent files max age setting from xsettings
This will help with implementing desktop-wide policy for retaining of history. https://bugzilla.gnome.org/show_bug.cgi?id=689047
This commit is contained in:
@ -82,7 +82,8 @@ static const char gdk_settings_names[] =
|
|||||||
"Gtk/VisibleFocus\0" "gtk-visible-focus\0"
|
"Gtk/VisibleFocus\0" "gtk-visible-focus\0"
|
||||||
"Gtk/ShellShowsAppMenu\0" "gtk-shell-shows-app-menu\0"
|
"Gtk/ShellShowsAppMenu\0" "gtk-shell-shows-app-menu\0"
|
||||||
"Gtk/ShellShowsMenubar\0" "gtk-shell-shows-menubar\0"
|
"Gtk/ShellShowsMenubar\0" "gtk-shell-shows-menubar\0"
|
||||||
"Gtk/EnablePrimaryPaste\0" "gtk-enable-primary-paste\0";
|
"Gtk/EnablePrimaryPaste\0" "gtk-enable-primary-paste\0"
|
||||||
|
"Gtk/RecentFilesMaxAge\0" "gtk-recent-files-max-age\0";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -140,5 +141,6 @@ static const struct
|
|||||||
{ 1767, 1784 },
|
{ 1767, 1784 },
|
||||||
{ 1802, 1824 },
|
{ 1802, 1824 },
|
||||||
{ 1849, 1871 },
|
{ 1849, 1871 },
|
||||||
{ 1895, 1918 }
|
{ 1895, 1918 },
|
||||||
|
{ 1943, 1965 }
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user