aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorEric Zhao <eric.zhao@sun.com>2004-04-01 18:15:30 +0800
committerYuedong Du <york@src.gnome.org>2004-04-01 18:15:30 +0800
commitef7a1c2a678f7d2397855a1398bf2487ebbfa59b (patch)
treeb550b5b1525ee4fd3286ead2966ac25b4fec3379 /mail
parent2c836a89a992483a98df6a98f22dcda21f909453 (diff)
downloadgsoc2013-evolution-ef7a1c2a678f7d2397855a1398bf2487ebbfa59b.tar
gsoc2013-evolution-ef7a1c2a678f7d2397855a1398bf2487ebbfa59b.tar.gz
gsoc2013-evolution-ef7a1c2a678f7d2397855a1398bf2487ebbfa59b.tar.bz2
gsoc2013-evolution-ef7a1c2a678f7d2397855a1398bf2487ebbfa59b.tar.lz
gsoc2013-evolution-ef7a1c2a678f7d2397855a1398bf2487ebbfa59b.tar.xz
gsoc2013-evolution-ef7a1c2a678f7d2397855a1398bf2487ebbfa59b.tar.zst
gsoc2013-evolution-ef7a1c2a678f7d2397855a1398bf2487ebbfa59b.zip
Commented grabbing focus on hostname edit, fix the focus issue of Account
2004-04-01 Eric Zhao <eric.zhao@sun.com> * mail-account-gui.c: (transport_type_changed): Commented grabbing focus on hostname edit, fix the focus issue of Account Assistant. svn path=/trunk/; revision=25278
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/mail-account-gui.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 28424ef1b7..7957b65061 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-01 Eric Zhao <eric.zhao@sun.com>
+
+ * mail-account-gui.c: (transport_type_changed): Commented grabbing
+ focus on hostname edit, fix the focus issue of Account Assistant.
+
2004-03-31 Jeffrey Stedfast <fejj@ximian.com>
* em-format-html.c (efh_text_plain): Only do citation colouring if
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 {