diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-11-13 06:45:32 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-11-13 06:45:32 +0800 |
commit | 4bfec872a7462d9fb8f53912194e0ce067461ffc (patch) | |
tree | 7ec7b08cc526d08433d9513469339500d4314948 /modules | |
parent | 6461ecea2713e395db0999734481a6fd98ef510a (diff) | |
download | gsoc2013-evolution-4bfec872a7462d9fb8f53912194e0ce067461ffc.tar.gz gsoc2013-evolution-4bfec872a7462d9fb8f53912194e0ce067461ffc.tar.zst gsoc2013-evolution-4bfec872a7462d9fb8f53912194e0ce067461ffc.zip |
Bug 663372 - Actions not updated after disabling account
Diffstat (limited to 'modules')
-rw-r--r-- | modules/mail/e-mail-shell-view-actions.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mail/e-mail-shell-view-actions.c b/modules/mail/e-mail-shell-view-actions.c index f752506306..82204ec85b 100644 --- a/modules/mail/e-mail-shell-view-actions.c +++ b/modules/mail/e-mail-shell-view-actions.c @@ -123,6 +123,8 @@ action_mail_account_disable_cb (GtkAction *action, e_account_list_remove (account_list, account); e_account_list_save (account_list); + + e_shell_view_update_actions (shell_view); } static void |