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:08:25 +0800 |
commit | 79b0031a489e54319e7d3e19accaac40d6de7439 (patch) | |
tree | 1e907d6936a7f3ce5b4c557ca999f956537db1d8 /shell/main.c | |
parent | 3cda4f0d94c083199e89dae893ff5991ea3498c3 (diff) | |
download | gsoc2013-evolution-79b0031a489e54319e7d3e19accaac40d6de7439.tar.gz gsoc2013-evolution-79b0031a489e54319e7d3e19accaac40d6de7439.tar.zst gsoc2013-evolution-79b0031a489e54319e7d3e19accaac40d6de7439.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 54fbbade49..3a5ad7bbbe 100644 --- a/shell/main.c +++ b/shell/main.c @@ -525,6 +525,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); } |