[evolution] Bug 678609 - No suggested name for new mail account
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug 678609 - No suggested name for new mail account
- Date: Sat, 23 Jun 2012 00:25:54 +0000 (UTC)
commit 922ca943bb348ca1445cb5403aa77aaa4c1cdec6
Author: Matthew Barnes <mbarnes redhat com>
Date: Fri Jun 22 20:12:39 2012 -0400
Bug 678609 - No suggested name for new mail account
mail/e-mail-config-summary-page.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/mail/e-mail-config-summary-page.c b/mail/e-mail-config-summary-page.c
index b8b96bf..455ab7d 100644
--- a/mail/e-mail-config-summary-page.c
+++ b/mail/e-mail-config-summary-page.c
@@ -547,6 +547,9 @@ mail_config_summary_page_refresh (EMailConfigSummaryPage *page)
const gchar *extension_name;
const gchar *value;
+ value = e_source_get_display_name (source);
+ gtk_entry_set_text (priv->account_name_entry, value);
+
extension_name = E_SOURCE_EXTENSION_MAIL_IDENTITY;
extension = e_source_get_extension (source, extension_name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]