aboutsummaryrefslogtreecommitdiffstats
path: root/shell/apps_evolution_shell.schemas
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-01-11 01:40:28 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-01-11 01:40:28 +0800
commit52ce2079e3299a9f55f19154fa954ab82bf8dfd3 (patch)
treef42ed2c9829e7783be196a63e1cc531d88637443 /shell/apps_evolution_shell.schemas
parentb71068d4e3c600668cbb7a6e282be4b21a1d700b (diff)
downloadgsoc2013-evolution-52ce2079e3299a9f55f19154fa954ab82bf8dfd3.tar
gsoc2013-evolution-52ce2079e3299a9f55f19154fa954ab82bf8dfd3.tar.gz
gsoc2013-evolution-52ce2079e3299a9f55f19154fa954ab82bf8dfd3.tar.bz2
gsoc2013-evolution-52ce2079e3299a9f55f19154fa954ab82bf8dfd3.tar.lz
gsoc2013-evolution-52ce2079e3299a9f55f19154fa954ab82bf8dfd3.tar.xz
gsoc2013-evolution-52ce2079e3299a9f55f19154fa954ab82bf8dfd3.tar.zst
gsoc2013-evolution-52ce2079e3299a9f55f19154fa954ab82bf8dfd3.zip
Set defaults for /apps/evolution/shell/default_folders/... .
* apps_evolution_shell.schemas: Set defaults for /apps/evolution/shell/default_folders/... . * e-shortcuts-view.c (pop_up_right_click_menu_for_group): Destroy the popup_menu with gtk_widget_destroy() instead of gtk_widget_unref(). svn path=/trunk/; revision=19403
Diffstat (limited to 'shell/apps_evolution_shell.schemas')
-rw-r--r--shell/apps_evolution_shell.schemas8
1 files changed, 4 insertions, 4 deletions
diff --git a/shell/apps_evolution_shell.schemas b/shell/apps_evolution_shell.schemas
index c1b93e0dd7..b51412da27 100644
--- a/shell/apps_evolution_shell.schemas
+++ b/shell/apps_evolution_shell.schemas
@@ -8,7 +8,7 @@
<applyto>/apps/evolution/shell/default_folders/mail_path</applyto>
<owner>evolution</owner>
<type>string</type>
- <default></default>
+ <default>evolution:/local/Inbox</default>
<locale name="C">
<short>Path to the default mail folder</short>
</locale>
@@ -32,7 +32,7 @@
<applyto>/apps/evolution/shell/default_folders/contacts_path</applyto>
<owner>evolution</owner>
<type>string</type>
- <default></default>
+ <default>evolution:/local/Contacts</default>
<locale name="C">
<short>Path to the default contacts folder</short>
</locale>
@@ -56,7 +56,7 @@
<applyto>/apps/evolution/shell/default_folders/calendar_path</applyto>
<owner>evolution</owner>
<type>string</type>
- <default></default>
+ <default>evolution:/local/Calendar</default>
<locale name="C">
<short>Path to the default calendar folder</short>
</locale>
@@ -80,7 +80,7 @@
<applyto>/apps/evolution/shell/default_folders/tasks_path</applyto>
<owner>evolution</owner>
<type>string</type>
- <default></default>
+ <default>evolution:/local/Tasks</default>
<locale name="C">
<short>Path to the default tasks folder</short>
</locale>