diff options
Diffstat (limited to 'data/org.gnome.evolution.calendar.gschema.xml.in')
-rw-r--r-- | data/org.gnome.evolution.calendar.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in index 9525066123..48fa505e06 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -101,6 +101,11 @@ <_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 memos</_summary> + <_description>List of memos to load</_description> + </key> <key name="show-memo-preview" type="b"> <default>true</default> <_summary>Show the memo preview pane</_summary> |