diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-03-08 08:13:41 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-03-08 08:13:41 +0800 |
commit | a9791c82f0513cdeb607c94f8b73c8040dc16bf5 (patch) | |
tree | cdf68803d1bc1cb35dd1e2411c7e32f192b4b41b /mail/mail-config.glade | |
parent | 6090a80c421cea55b1bc03194bcd505f9dd9bba3 (diff) | |
download | gsoc2013-evolution-a9791c82f0513cdeb607c94f8b73c8040dc16bf5.tar.gz gsoc2013-evolution-a9791c82f0513cdeb607c94f8b73c8040dc16bf5.tar.zst gsoc2013-evolution-a9791c82f0513cdeb607c94f8b73c8040dc16bf5.zip |
Re-focus the account name entry widget. (identity_prepare): If a name is
2002-03-07 Jeffrey Stedfast <fejj@ximian.com>
* mail-config-druid.c (management_changed): Re-focus the account
name entry widget.
(identity_prepare): If a name is not set, try and get the user's
full name for them and set the text on the entry widget.
(management_prepare): If the account name is already taken,
generate a unique one by appending " (%d)".
svn path=/trunk/; revision=15986
Diffstat (limited to 'mail/mail-config.glade')
-rw-r--r-- | mail/mail-config.glade | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 5d87d490f6..e00f31e685 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -247,17 +247,35 @@ Click "Finish" to save your settings.</text> <widget> <class>GtkVBox</class> - <name>vbox31</name> + <name>account_vbox</name> <border_width>3</border_width> <homogeneous>False</homogeneous> <spacing>0</spacing> <widget> + <class>GtkLabel</class> + <name>management_description_label</name> + <label>Type the name by which you would like to refer to this account. +For example: "Work" or "Personal"</label> + <justify>GTK_JUSTIFY_LEFT</justify> + <wrap>False</wrap> + <xalign>0</xalign> + <yalign>0.5</yalign> + <xpad>0</xpad> + <ypad>0</ypad> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>True</fill> + </child> + </widget> + + <widget> <class>GtkHBox</class> <name>hbox24</name> <border_width>3</border_width> <homogeneous>False</homogeneous> - <spacing>5</spacing> + <spacing>4</spacing> <child> <padding>0</padding> <expand>False</expand> |