diff options
author | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-21 23:04:46 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-21 23:04:46 +0800 |
commit | b9a43c056c67bc343748fbd7c1b5385a6457014a (patch) | |
tree | f7efd6482c50a750ccee63ba5801eda170252088 /data | |
parent | 66e77897b5bb3b32d95268b1de12493b1dd5b140 (diff) | |
download | gsoc2013-evolution-b9a43c056c67bc343748fbd7c1b5385a6457014a.tar.gz gsoc2013-evolution-b9a43c056c67bc343748fbd7c1b5385a6457014a.tar.zst gsoc2013-evolution-b9a43c056c67bc343748fbd7c1b5385a6457014a.zip |
Port ECalShellBackend to GSettings
Diffstat (limited to 'data')
-rw-r--r-- | data/evolution.convert | 1 | ||||
-rw-r--r-- | data/org.gnome.evolution.calendar.gschema.xml.in | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/data/evolution.convert b/data/evolution.convert index 657d743abd..83f5efccc5 100644 --- a/data/evolution.convert +++ b/data/evolution.convert @@ -51,6 +51,7 @@ memo-layout = /apps/evolution/calendar/display/memo_layout month-scroll-by-week = /apps/evolution/calendar/display/month_scroll_by_week 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 show-memo-preview = /apps/evolution/calendar/display/show_memo_preview timezone = /apps/evolution/calendar/display/timezone use-24hour-format = /apps/evolution/calendar/display/use_24hour_format diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in index 39285fc7f9..9525066123 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -96,6 +96,11 @@ <_summary>Show display reminders in notification tray</_summary> <_description>Whether or not to use the notification tray for display reminders</_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="show-memo-preview" type="b"> <default>true</default> <_summary>Show the memo preview pane</_summary> |