aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.gnome.evolution.calendar.gschema.xml.in
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@gnome-db.org>2011-09-21 22:30:48 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-21 22:30:48 +0800
commit5226e534df877dcb10b8f5cbb581764bb679593c (patch)
tree579e8eab62fb2faf65f60c14349736fbfda92a39 /data/org.gnome.evolution.calendar.gschema.xml.in
parent2f76eec65ede46b0b90972db6499b0dd65e5e2ee (diff)
downloadgsoc2013-evolution-5226e534df877dcb10b8f5cbb581764bb679593c.tar
gsoc2013-evolution-5226e534df877dcb10b8f5cbb581764bb679593c.tar.gz
gsoc2013-evolution-5226e534df877dcb10b8f5cbb581764bb679593c.tar.bz2
gsoc2013-evolution-5226e534df877dcb10b8f5cbb581764bb679593c.tar.lz
gsoc2013-evolution-5226e534df877dcb10b8f5cbb581764bb679593c.tar.xz
gsoc2013-evolution-5226e534df877dcb10b8f5cbb581764bb679593c.tar.zst
gsoc2013-evolution-5226e534df877dcb10b8f5cbb581764bb679593c.zip
Port e-memo-shell-view-actions.c to use GSettings
Diffstat (limited to 'data/org.gnome.evolution.calendar.gschema.xml.in')
-rw-r--r--data/org.gnome.evolution.calendar.gschema.xml.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in
index 70a13b94d2..df27b45f02 100644
--- a/data/org.gnome.evolution.calendar.gschema.xml.in
+++ b/data/org.gnome.evolution.calendar.gschema.xml.in
@@ -71,6 +71,11 @@
<_summary>Last reminder time</_summary>
<_description>Time the last reminder ran, in time_t</_description>
</key>
+ <key name="memo-layout" type="i">
+ <default>0</default>
+ <_summary>Memo layout style</_summary>
+ <_description>The layout style determines where to place the preview pane in relation to the memo list. "0" (Classic View) places the preview pane below the memo list. "1" (Vertical View) places the preview pane next to the memo list</_description>
+ </key>
<key name="month-scroll-by-week" type="b">
<default>true</default>
<_summary>Scroll Month View by a week</_summary>
@@ -86,6 +91,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="show-memo-preview" type="b">
+ <default>true</default>
+ <_summary>Show the memo preview pane</_summary>
+ <_description>If "true", show the memo preview pane in the main window</_description>
+ </key>
<key name="timezone" type="s">
<default>'UTC'</default>
<_summary>Timezone</_summary>