aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@gnome-db.org>2011-09-21 23:15:07 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-21 23:15:07 +0800
commitd757ba352a135a81cfb2e638b25d66998dbe1eb9 (patch)
treee0fa4b362ae4b4f0b75669a24e509b9f35143761 /data
parentb9a43c056c67bc343748fbd7c1b5385a6457014a (diff)
downloadgsoc2013-evolution-d757ba352a135a81cfb2e638b25d66998dbe1eb9.tar
gsoc2013-evolution-d757ba352a135a81cfb2e638b25d66998dbe1eb9.tar.gz
gsoc2013-evolution-d757ba352a135a81cfb2e638b25d66998dbe1eb9.tar.bz2
gsoc2013-evolution-d757ba352a135a81cfb2e638b25d66998dbe1eb9.tar.lz
gsoc2013-evolution-d757ba352a135a81cfb2e638b25d66998dbe1eb9.tar.xz
gsoc2013-evolution-d757ba352a135a81cfb2e638b25d66998dbe1eb9.tar.zst
gsoc2013-evolution-d757ba352a135a81cfb2e638b25d66998dbe1eb9.zip
Port EMemoShellBackend to GSettings
Diffstat (limited to 'data')
-rw-r--r--data/evolution.convert1
-rw-r--r--data/org.gnome.evolution.calendar.gschema.xml.in5
2 files changed, 6 insertions, 0 deletions
diff --git a/data/evolution.convert b/data/evolution.convert
index 83f5efccc5..f2289ed14a 100644
--- a/data/evolution.convert
+++ b/data/evolution.convert
@@ -52,6 +52,7 @@ 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
+selected-memos = /apps/evolution/calendar/memos/selected_memos
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 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>