[evolution-patches] Account Configuration: Fix for bug 311778
- From: Praveen Kumar <kpraveen novell com>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] Account Configuration: Fix for bug 311778
- Date: Wed, 27 Jul 2005 23:29:31 +0530
Hello -
Attached patch fixes the bug 311778 (User's full name not being filled
up automatically in the account druid). Please review.
Thanks -
Praveen.
Index: mail/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.3662
diff -u -p -r1.3662 ChangeLog
--- mail/ChangeLog 27 Jul 2005 07:40:15 -0000 1.3662
+++ mail/ChangeLog 27 Jul 2005 17:56:31 -0000
@@ -1,3 +1,8 @@
+2005-07-08 Praveen Kumar <kpraveen novell com>
+
+ * em-account-editor.c (emae_check_complete) : Update the "Full Name"
+ text entry with the detected real name of the user. Fixes bug 311778
+
2005-07-27 Not Zed <NotZed Ximian com>
* mail-send-recv.c (get_folders): hack to make it honour the
Index: mail/em-account-editor.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/em-account-editor.c,v
retrieving revision 1.28
diff -u -p -r1.28 em-account-editor.c
--- mail/em-account-editor.c 21 Jul 2005 04:15:21 -0000 1.28
+++ mail/em-account-editor.c 27 Jul 2005 17:56:31 -0000
@@ -2451,7 +2451,7 @@ emae_check_complete(EConfig *ec, const c
emae->priv->identity_set = 1;
uname = g_locale_to_utf8(g_get_real_name(), -1, NULL, NULL, NULL);
if (uname) {
- gtk_entry_set_text(emae->priv->identity_entries[0], uname);
+ gtk_entry_set_text(emae->priv->identity_entries[1], uname);
g_free(uname);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]