Account list has the focus on startup

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19532 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm 2006-12-16 04:51:24 +00:00
parent 9052eb4703
commit 019012f980

View File

@ -425,6 +425,7 @@ ConfigWindow::ConfigWindow()
LoadSettings();
fAccountsListView->SetSelectionMessage(new BMessage(kMsgAccountSelected));
fAccountsListView->MakeFocus(true);
}