From b995d99498160db3006cb4288b5048f3396d1d88 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 18 May 2010 20:08:25 -0400 Subject: Bug 619010 - Mailer's crash avoidance features are broken --- shell/main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shell') 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); } -- cgit