[evolution] Account properties shown also on remote folders



commit 90d764399d43c1c9fce4da194a9dcf504960339a
Author: Milan Crha <mcrha redhat com>
Date:   Mon Feb 20 18:57:04 2012 +0100

    Account properties shown also on remote folders

 modules/mail/e-mail-shell-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/mail/e-mail-shell-view.c b/modules/mail/e-mail-shell-view.c
index f0661cf..6db9445 100644
--- a/modules/mail/e-mail-shell-view.c
+++ b/modules/mail/e-mail-shell-view.c
@@ -953,7 +953,7 @@ mail_shell_view_update_actions (EShellView *shell_view)
 	gtk_action_set_sensitive (action, sensitive);
 
 	action = ACTION (MAIL_ACCOUNT_PROPERTIES);
-	sensitive = account != NULL;
+	sensitive = account != NULL && folder_is_store;
 	gtk_action_set_sensitive (action, sensitive);
 
 	action = ACTION (MAIL_FLUSH_OUTBOX);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]