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 23:21:35 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-21 23:21:35 +0800
commit6e7cb87f8783dfca7af2ec40b669344adf77f79f (patch)
treeb31a3105f179984c5fc947da07808013245faf4a /data/org.gnome.evolution.calendar.gschema.xml.in
parentd757ba352a135a81cfb2e638b25d66998dbe1eb9 (diff)
downloadgsoc2013-evolution-6e7cb87f8783dfca7af2ec40b669344adf77f79f.tar
gsoc2013-evolution-6e7cb87f8783dfca7af2ec40b669344adf77f79f.tar.gz
gsoc2013-evolution-6e7cb87f8783dfca7af2ec40b669344adf77f79f.tar.bz2
gsoc2013-evolution-6e7cb87f8783dfca7af2ec40b669344adf77f79f.tar.lz
gsoc2013-evolution-6e7cb87f8783dfca7af2ec40b669344adf77f79f.tar.xz
gsoc2013-evolution-6e7cb87f8783dfca7af2ec40b669344adf77f79f.tar.zst
gsoc2013-evolution-6e7cb87f8783dfca7af2ec40b669344adf77f79f.zip
Port e-task-shell-view-actions to 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 48fa505e06..534ec5f99c 100644
--- a/data/org.gnome.evolution.calendar.gschema.xml.in
+++ b/data/org.gnome.evolution.calendar.gschema.xml.in
@@ -111,6 +111,16 @@
<_summary>Show the memo preview pane</_summary>
<_description>If "true", show the memo preview pane in the main window</_description>
</key>
+ <key name="show-task-preview" type="b">
+ <default>true</default>
+ <_summary>Show the task preview pane</_summary>
+ <_description>If "true", show the task preview pane in the main window</_description>
+ </key>
+ <key name="task-layout" type="i">
+ <default>0</default>
+ <_summary>Task layout style</_summary>
+ <_description>The layout style determines where to place the preview pane in relation to the task list. "0" (Classic View) places the preview pane below the task list. "1" (Vertical View) places the preview pane next to the task list</_description>
+ </key>
<key name="timezone" type="s">
<default>'UTC'</default>
<_summary>Timezone</_summary>