mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
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:
parent
50acce4074
commit
256f168525
@ -82,7 +82,8 @@ static const char gdk_settings_names[] =
|
||||
"Gtk/VisibleFocus\0" "gtk-visible-focus\0"
|
||||
"Gtk/ShellShowsAppMenu\0" "gtk-shell-shows-app-menu\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 },
|
||||
{ 1802, 1824 },
|
||||
{ 1849, 1871 },
|
||||
{ 1895, 1918 }
|
||||
{ 1895, 1918 },
|
||||
{ 1943, 1965 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user