diff options
-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> |