[evolution] Hide signatures for Anjal.



commit 0f0ec12960bab53db7ef6da828c3e7daf494748b
Author: Srinivasa Ragavan <sragavan novell com>
Date:   Wed Jul 22 19:18:40 2009 +0530

    Hide signatures for Anjal.

 mail/em-account-editor.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c
index d95463b..21650d0 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -3011,7 +3011,8 @@ em_account_editor_construct (EMAccountEditor *emae, EAccount *account, em_accoun
 		emae->account = e_account_new_from_xml (xml);
 		g_free (xml);
 
-		emae->do_signature = TRUE;
+		if (type != EMAE_PAGES)
+			emae->do_signature = TRUE;
 	} else {
 		/* TODO: have a get_default_account thing?? */
 		emae->account = e_account_new ();



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