aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-account-editor.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-08-14 04:10:28 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-08-14 04:10:28 +0800
commit818312e89242a30a8b85796f4c6355bff7177ca3 (patch)
tree0e0925a13787427c7685c296266fa6078843898f /mail/mail-account-editor.c
parenta3f9b35f4fc21de5b9574619d88763a0fbea821a (diff)
downloadgsoc2013-evolution-818312e89242a30a8b85796f4c6355bff7177ca3.tar
gsoc2013-evolution-818312e89242a30a8b85796f4c6355bff7177ca3.tar.gz
gsoc2013-evolution-818312e89242a30a8b85796f4c6355bff7177ca3.tar.bz2
gsoc2013-evolution-818312e89242a30a8b85796f4c6355bff7177ca3.tar.lz
gsoc2013-evolution-818312e89242a30a8b85796f4c6355bff7177ca3.tar.xz
gsoc2013-evolution-818312e89242a30a8b85796f4c6355bff7177ca3.tar.zst
gsoc2013-evolution-818312e89242a30a8b85796f4c6355bff7177ca3.zip
Removed an unused variable.
2002-08-13 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (forward_message): Removed an unused variable. * mail-account-editor.c (construct): Set the focus on the Account Name entry widget. Fixes bug #10350. svn path=/trunk/; revision=17771
Diffstat (limited to 'mail/mail-account-editor.c')
-rw-r--r--mail/mail-account-editor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mail-account-editor.c b/mail/mail-account-editor.c
index 25b6ce3d8b..01f4494f0e 100644
--- a/mail/mail-account-editor.c
+++ b/mail/mail-account-editor.c
@@ -178,6 +178,8 @@ construct (MailAccountEditor *editor, MailConfigAccount *account, MailAccountsTa
mail_account_gui_setup (editor->gui, GTK_WIDGET (editor));
mail_account_gui_build_extra_conf (editor->gui, source->url);
+
+ gtk_widget_grab_focus (GTK_WIDGET (editor->gui->account_name));
}
MailAccountEditor *