Know I remember why I didn't commit it long time ago:

I've failed not figure out why the window was in a non-existant workspace
at startup. Then I've losted track of these changes.
Thanks guys for proofreading. ;-)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38756 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2010-09-21 08:05:24 +00:00
parent 7e4a820354
commit fdc0a66ed6

View File

@ -22,7 +22,7 @@
RunningTeamsWindow::RunningTeamsWindow()
: BWindow(BRect(100, 100, 500, 250), "Running Teams", B_DOCUMENT_WINDOW,
B_NORMAL_WINDOW_FEEL, B_ASYNCHRONOUS_CONTROLS)
B_ASYNCHRONOUS_CONTROLS)
{
BMessage settings;
_LoadSettings(settings);