diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.panel.menubar.gschema.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/org.mate.panel.menubar.gschema.xml.in b/data/org.mate.panel.menubar.gschema.xml.in index efcd1d63..3bf1e8a6 100644 --- a/data/org.mate.panel.menubar.gschema.xml.in +++ b/data/org.mate.panel.menubar.gschema.xml.in @@ -50,5 +50,11 @@ <summary>Threshold of menu items before submenu is created</summary> <description>Maximum number of menu items (i.e. bookmarks) that are displayed without being put in a submenu.</description> </key> + <key name="max-recent-items" type="i"> + <range min="-1"/> + <default>10</default> + <summary>Maximum number of recent documents displayed in the Places menu</summary> + <description>Maximum number of recent documents that are displayed in the Places menu at a time. If this is set to -1, all known recent documents will be displayed.</description> + </key> </schema> </schemalist> |