diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-14 01:04:04 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-14 01:04:06 +0800 |
commit | dfa84f1d4f1c0a6147d3c57570d4bad8757a3fa8 (patch) | |
tree | 72ff475078accb82aeb47d64c9367b1dbc774996 /libempathy-gtk | |
parent | d7e43c8e57ef7e164b77823983acb16bb2026672 (diff) | |
download | gsoc2013-empathy-dfa84f1d4f1c0a6147d3c57570d4bad8757a3fa8.tar gsoc2013-empathy-dfa84f1d4f1c0a6147d3c57570d4bad8757a3fa8.tar.gz gsoc2013-empathy-dfa84f1d4f1c0a6147d3c57570d4bad8757a3fa8.tar.bz2 gsoc2013-empathy-dfa84f1d4f1c0a6147d3c57570d4bad8757a3fa8.tar.lz gsoc2013-empathy-dfa84f1d4f1c0a6147d3c57570d4bad8757a3fa8.tar.xz gsoc2013-empathy-dfa84f1d4f1c0a6147d3c57570d4bad8757a3fa8.tar.zst gsoc2013-empathy-dfa84f1d4f1c0a6147d3c57570d4bad8757a3fa8.zip |
account_widget_build_salut: focus the first name entry by default
All the fields are mandatory so we should focus the first one.
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-account-widget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c index 4e9c065c5..a4d0f2802 100644 --- a/libempathy-gtk/empathy-account-widget.c +++ b/libempathy-gtk/empathy-account-widget.c @@ -734,7 +734,7 @@ account_widget_build_salut (EmpathyAccountWidget *self, "entry_jid", "jid", NULL); - self->ui_details->default_focus = g_strdup ("entry_nickname"); + self->ui_details->default_focus = g_strdup ("entry_first_name"); } static void |