diff options
author | Milan Crha <mcrha@redhat.com> | 2012-04-11 22:58:05 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2012-04-11 22:58:05 +0800 |
commit | 49787d04feef8ff699326e54d5991a36d8ef74bb (patch) | |
tree | 17129ce5082dd431865c8afc01290dbac4dc3524 /data | |
parent | e3295b4d11bca23980472f1d54f4a52927c41539 (diff) | |
download | gsoc2013-evolution-49787d04feef8ff699326e54d5991a36d8ef74bb.tar.gz gsoc2013-evolution-49787d04feef8ff699326e54d5991a36d8ef74bb.tar.zst gsoc2013-evolution-49787d04feef8ff699326e54d5991a36d8ef74bb.zip |
Bug #584143 - Global Search Function withing Calendar
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.evolution.calendar.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in index cc66fbba86..638a528e31 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -215,6 +215,11 @@ <_summary>Recurrent Events in Italic</_summary> <_description>Show days with recurrent events in italic font in bottom left calendar</_description> </key> + <key name="search-range-years" type="i"> + <default>10</default> + <_summary>Search range for time-based searching in years</_summary> + <_description>How many years can the time-based search go forward or backward from currently selected day when searching for another occurrence; default is ten years</_description> + </key> <key name="selected-calendars" type="as"> <default>[]</default> <_summary>List of selected calendars</_summary> |