Initialize keyboard focus in sx editor dialogs to name entries.

BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16939 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler 2008-02-10 23:00:13 +00:00
parent df8e2501cf
commit f3177be432

View File

@ -1223,6 +1223,9 @@ gnc_ui_scheduled_xaction_editor_dialog_create(SchedXaction *sx,
gtk_widget_queue_resize( GTK_WIDGET( sxed->example_cal ) );
gnc_ledger_display_refresh( sxed->ledger );
/* Move keyboard focus to the name entry */
gtk_widget_grab_focus(GTK_WIDGET(sxed->nameEntry));
return sxed;
}