[empathy] account_widget_build_salut: focus the first name entry by default



commit dfa84f1d4f1c0a6147d3c57570d4bad8757a3fa8
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri Nov 13 17:04:04 2009 +0000

    account_widget_build_salut: focus the first name entry by default
    
    All the fields are mandatory so we should focus the first one.

 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 4e9c065..a4d0f28 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]