aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-account-gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-account-gui.c')
-rw-r--r--mail/mail-account-gui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mail-account-gui.c b/mail/mail-account-gui.c
index da6ed3bb76..4b34e26bae 100644
--- a/mail/mail-account-gui.c
+++ b/mail/mail-account-gui.c
@@ -653,7 +653,6 @@ transport_type_changed (GtkWidget *widget, gpointer user_data)
label = glade_xml_get_widget (gui->xml, "transport_host_label");
if (CAMEL_PROVIDER_ALLOWS (provider, CAMEL_URL_PART_HOST)) {
- gtk_widget_grab_focus (GTK_WIDGET (gui->transport.hostname));
gtk_widget_show (GTK_WIDGET (gui->transport.hostname));
gtk_widget_show (label);
} else {