[evolution] Bug 593685 - Insensitive actions after start
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution] Bug 593685 - Insensitive actions after start
- Date: Mon, 31 Aug 2009 19:57:05 +0000 (UTC)
commit c450a333ee0aac442db3e357f89c946965490637
Author: Matthew Barnes <mbarnes redhat com>
Date: Mon Aug 31 15:56:26 2009 -0400
Bug 593685 - Insensitive actions after start
mail/e-mail-reader.c | 2 --
modules/mail/e-mail-shell-view-private.c | 2 ++
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c
index 7497cf8..7937631 100644
--- a/mail/e-mail-reader.c
+++ b/mail/e-mail-reader.c
@@ -1765,8 +1765,6 @@ mail_reader_message_loaded_cb (CamelFolder *folder,
camel_exception_clear (ex);
}
- e_mail_reader_update_actions (reader);
-
/* We referenced this in the call to mail_get_messagex(). */
g_object_unref (reader);
}
diff --git a/modules/mail/e-mail-shell-view-private.c b/modules/mail/e-mail-shell-view-private.c
index ca2aa85..7e27aaa 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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]