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 | |
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')
-rw-r--r-- | data/evolution.convert | 3 | ||||
-rw-r--r-- | data/org.gnome.evolution.calendar.gschema.xml.in | 15 |
2 files changed, 0 insertions, 18 deletions
diff --git a/data/evolution.convert b/data/evolution.convert index fbac275775..a748520316 100644 --- a/data/evolution.convert +++ b/data/evolution.convert @@ -80,9 +80,6 @@ primary-memos = /apps/evolution/calendar/memos/primary_memos primary-tasks = /apps/evolution/calendar/tasks/primary_tasks publish-template = /apps/evolution/calendar/publish/template recur-events-italic = /apps/evolution/calendar/display/recur_events_italic -selected-calendars = /apps/evolution/calendar/display/selected_calendars -selected-memos = /apps/evolution/calendar/memos/selected_memos -selected-tasks = /apps/evolution/calendar/tasks/selected_tasks show-event-end = /apps/evolution/calendar/display/show_event_end show-memo-preview = /apps/evolution/calendar/display/show_memo_preview show-task-preview = /apps/evolution/calendar/display/show_task_preview 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> |