aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-05-19 08:08:25 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-05-19 08:11:53 +0800
commitb995d99498160db3006cb4288b5048f3396d1d88 (patch)
tree6fa3e96686ab7eeb75e66e27ff11e2c2fc9c9c18 /shell/main.c
parentc6c287d275f761e88c37bb7dbcf4676bf1363602 (diff)
downloadgsoc2013-evolution-b995d99498160db3006cb4288b5048f3396d1d88.tar
gsoc2013-evolution-b995d99498160db3006cb4288b5048f3396d1d88.tar.gz
gsoc2013-evolution-b995d99498160db3006cb4288b5048f3396d1d88.tar.bz2
gsoc2013-evolution-b995d99498160db3006cb4288b5048f3396d1d88.tar.lz
gsoc2013-evolution-b995d99498160db3006cb4288b5048f3396d1d88.tar.xz
gsoc2013-evolution-b995d99498160db3006cb4288b5048f3396d1d88.tar.zst
gsoc2013-evolution-b995d99498160db3006cb4288b5048f3396d1d88.zip
Bug 619010 - Mailer's crash avoidance features are broken
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index f5d9061d1a..0ee9478858 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -555,6 +555,9 @@ main (gint argc, gchar **argv)
key = "/apps/evolution/addressbook/display/show_preview";
gconf_client_set_bool (client, key, FALSE, NULL);
+ key = "/apps/evolution/calendar/display/show_memo_preview";
+ gconf_client_set_bool (client, key, FALSE, NULL);
+
key = "/apps/evolution/calendar/display/show_task_preview";
gconf_client_set_bool (client, key, FALSE, NULL);
}