diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-01 03:56:26 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-01 03:56:26 +0800 |
commit | c450a333ee0aac442db3e357f89c946965490637 (patch) | |
tree | 04c628b9c6a441cbb9640db0a800b558b075b9a5 /modules | |
parent | cef3994097497dec1145d186950bbd7f651393c5 (diff) | |
download | gsoc2013-evolution-c450a333ee0aac442db3e357f89c946965490637.tar.gz gsoc2013-evolution-c450a333ee0aac442db3e357f89c946965490637.tar.zst gsoc2013-evolution-c450a333ee0aac442db3e357f89c946965490637.zip |
Bug 593685 - Insensitive actions after start
Diffstat (limited to 'modules')
-rw-r--r-- | modules/mail/e-mail-shell-view-private.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mail/e-mail-shell-view-private.c b/modules/mail/e-mail-shell-view-private.c index ca2aa8592e..7e27aaa950 100644 --- a/modules/mail/e-mail-shell-view-private.c +++ b/modules/mail/e-mail-shell-view-private.c @@ -169,7 +169,9 @@ mail_shell_view_reader_changed_cb (EMailShellView *mail_shell_view, EMailShellContent *mail_shell_content; mail_shell_content = mail_shell_view->priv->mail_shell_content; + e_mail_shell_content_update_view_instance (mail_shell_content); + e_shell_view_update_actions (E_SHELL_VIEW (mail_shell_view)); e_mail_shell_view_update_sidebar (mail_shell_view); } |