diff options
author | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-21 23:28:22 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-21 23:28:22 +0800 |
commit | c27e999441069bf9b2a5994e9bde6313e9839cb0 (patch) | |
tree | 2d38a7e87ff5f2e9a9bcab786284592b6334103f /data | |
parent | 6e7cb87f8783dfca7af2ec40b669344adf77f79f (diff) | |
download | gsoc2013-evolution-c27e999441069bf9b2a5994e9bde6313e9839cb0.tar.gz gsoc2013-evolution-c27e999441069bf9b2a5994e9bde6313e9839cb0.tar.zst gsoc2013-evolution-c27e999441069bf9b2a5994e9bde6313e9839cb0.zip |
Port ETaskShellBackend to GSettings
Diffstat (limited to 'data')
-rw-r--r-- | data/evolution.convert | 1 | ||||
-rw-r--r-- | data/org.gnome.evolution.calendar.gschema.xml.in | 9 |
2 files changed, 8 insertions, 2 deletions
diff --git a/data/evolution.convert b/data/evolution.convert index 823125288a..e9922d051f 100644 --- a/data/evolution.convert +++ b/data/evolution.convert @@ -53,6 +53,7 @@ notify-programs = /apps/evolution/calendar/notify/programs notify-with-tray = /apps/evolution/calendar/notify/notify_with_tray 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-memo-preview = /apps/evolution/calendar/display/show_memo_preview show-task-preview = /apps/evolution/calendar/display/show_task_preview task-layout = /apps/evolution/calendar/display/task_layout diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in index 534ec5f99c..7fb0511325 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -103,8 +103,13 @@ </key> <key name="selected-memos" type="as"> <default>[]</default> - <_summary>List of selected memos</_summary> - <_description>List of memos to load</_description> + <_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-memo-preview" type="b"> <default>true</default> |