From 5661e088e300173c64331c5350710b69774b4a99 Mon Sep 17 00:00:00 2001 From: Moritz Bruder Date: Wed, 12 Apr 2017 18:27:06 +0200 Subject: Run dialog: Allow changing history size A key has been added to the gsettings schema that controls history size. The code of the run dialog has been changed to use that key. --- data/org.mate.panel.gschema.xml.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'data') 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 @@ [] History for "Run Application" dialog - This is the list of commands used in "Run Application" dialog. + 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). + + + 10 + Maximum history size for "Run Application" dialog + Controls the maximum size of the history of the "Run Application" dialog. A value of 0 will disable the history. [] -- cgit v1.2.1