[evolution/gnome-2-32] Bug #553438 - Deletes lines of a reply when changing address
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-2-32] Bug #553438 - Deletes lines of a reply when changing address
- Date: Tue, 18 Jan 2011 14:21:12 +0000 (UTC)
commit 32cc60f329168ee6fcea02ef87d4915f953947c9
Author: Milan Crha <mcrha redhat com>
Date: Tue Jan 18 15:20:47 2011 +0100
Bug #553438 - Deletes lines of a reply when changing address
composer/e-msg-composer.c | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
index 480bfbe..eac3b77 100644
--- a/composer/e-msg-composer.c
+++ b/composer/e-msg-composer.c
@@ -1482,8 +1482,10 @@ msg_composer_account_changed_cb (EMsgComposer *composer)
table = e_msg_composer_get_header_table (composer);
account = e_composer_header_table_get_account (table);
- if (account == NULL)
- goto exit;
+ if (account == NULL) {
+ e_msg_composer_show_sig_file (composer);
+ return;
+ }
can_sign = (!account->pgp_no_imip_sign || p->mime_type == NULL ||
g_ascii_strncasecmp (p->mime_type, "text/calendar", 13) != 0);
@@ -1503,10 +1505,6 @@ msg_composer_account_changed_cb (EMsgComposer *composer)
uid = account->id->sig_uid;
signature = uid ? e_get_signature_by_uid (uid) : NULL;
e_composer_header_table_set_signature (table, signature);
-
- exit:
-
- e_msg_composer_show_sig_file (composer);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]