diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-05-19 08:08:25 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-05-19 08:11:53 +0800 |
commit | b995d99498160db3006cb4288b5048f3396d1d88 (patch) | |
tree | 6fa3e96686ab7eeb75e66e27ff11e2c2fc9c9c18 /shell/main.c | |
parent | c6c287d275f761e88c37bb7dbcf4676bf1363602 (diff) | |
download | gsoc2013-evolution-b995d99498160db3006cb4288b5048f3396d1d88.tar.gz 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.c | 3 |
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); } |