diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-03-15 09:10:39 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-03-17 20:49:12 +0800 |
commit | 09b7686c4a2a359aa8f747719932ccbf12c3103b (patch) | |
tree | 99dbada4d36619f169b35fe8f47b3753d9b10325 /modules/mail | |
parent | c5bc18cec08324f832f4d91dce3579c7332d9a0b (diff) | |
download | gsoc2013-evolution-09b7686c4a2a359aa8f747719932ccbf12c3103b.tar gsoc2013-evolution-09b7686c4a2a359aa8f747719932ccbf12c3103b.tar.gz gsoc2013-evolution-09b7686c4a2a359aa8f747719932ccbf12c3103b.tar.bz2 gsoc2013-evolution-09b7686c4a2a359aa8f747719932ccbf12c3103b.tar.lz gsoc2013-evolution-09b7686c4a2a359aa8f747719932ccbf12c3103b.tar.xz gsoc2013-evolution-09b7686c4a2a359aa8f747719932ccbf12c3103b.tar.zst gsoc2013-evolution-09b7686c4a2a359aa8f747719932ccbf12c3103b.zip |
Add "headers-collapsed" setting.
Replaces "paned-view-headers-state", which was defined as an integer for
some stupid reason. Not bothering to migrate the old setting since it's
one button click.
Diffstat (limited to 'modules/mail')
-rw-r--r-- | modules/mail/e-mail-shell-settings.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mail/e-mail-shell-settings.c b/modules/mail/e-mail-shell-settings.c index 3b0c6b59c6..6982345b88 100644 --- a/modules/mail/e-mail-shell-settings.c +++ b/modules/mail/e-mail-shell-settings.c @@ -362,9 +362,9 @@ e_mail_shell_settings_init (EShellBackend *shell_backend) "composer-gallery-path"); e_shell_settings_install_property_for_key ( - "paned-view-headers-state", + "mail-headers-collapsed", MAIL_SCHEMA, - "paned-view-headers-state"); + "headers-collapsed"); e_shell_settings_install_property ( g_param_spec_enum ( |