summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/org.mate.panel.gschema.xml.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/data/org.mate.panel.gschema.xml.in b/data/org.mate.panel.gschema.xml.in
index 241af62e..c58f6e19 100644
--- a/data/org.mate.panel.gschema.xml.in
+++ b/data/org.mate.panel.gschema.xml.in
@@ -23,7 +23,12 @@
<key name="history-mate-run" type="as">
<default>[]</default>
<summary>History for "Run Application" dialog</summary>
- <description>This is the list of commands used in "Run Application" dialog.</description>
+ <description>This is the list of commands used in "Run Application" dialog. The commands are sorted descendingly by recency (e.g., most recent command comes first).</description>
+ </key>
+ <key name="history-max-size-mate-run" type="u">
+ <default>10</default>
+ <summary>Maximum history size for "Run Application" dialog</summary>
+ <description>Controls the maximum size of the history of the "Run Application" dialog. A value of 0 will disable the history.</description>
</key>
<key name="toplevel-id-list" type="as">
<default>[]</default>