diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-04-23 10:17:02 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-03 11:00:39 +0800 |
commit | a1be1eaa01f5f7cb317f868121dcf26e487ef25a (patch) | |
tree | be7c8990e9c19e32426ed42a286441da7f014ad5 /data/org.gnome.evolution.calendar.gschema.xml.in | |
parent | 2a2933ec5cdc0d7afd9b8da5f9146c5d7f1630df (diff) | |
download | gsoc2013-evolution-a1be1eaa01f5f7cb317f868121dcf26e487ef25a.tar.gz gsoc2013-evolution-a1be1eaa01f5f7cb317f868121dcf26e487ef25a.tar.zst gsoc2013-evolution-a1be1eaa01f5f7cb317f868121dcf26e487ef25a.zip |
Adapt GSettings schemas to the new ESource API.
Diffstat (limited to 'data/org.gnome.evolution.calendar.gschema.xml.in')
-rw-r--r-- | data/org.gnome.evolution.calendar.gschema.xml.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in index 74733c2292..bc1f238140 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -220,21 +220,6 @@ <_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> - <_description>List of calendars to load</_description> - </key> - <key name="selected-memos" type="as"> - <default>[]</default> - <_summary>List of selected memo lists</_summary> - <_description>List of memo lists to load</_description> - </key> - <key name="selected-tasks" type="as"> - <default>[]</default> - <_summary>List of selected task lists</_summary> - <_description>List of task lists to load</_description> - </key> <key name="show-event-end" type="b"> <default>true</default> <_summary>Show appointment end times in week and month views</_summary> |