TermWindow::TermWindow(): Update the TerminalRoster's window info.

Fixes #6880.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39572 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2010-11-22 13:29:21 +00:00
parent 25dc253d6a
commit 65b57677b5
1 changed files with 4 additions and 0 deletions

View File

@ -223,6 +223,10 @@ TermWindow::TermWindow(const BString& title, Arguments* args)
// init the GUI and add a tab
_InitWindow();
_AddTab(args);
// Announce our window as no longer minimized. That's not true, since it's
// still hidden at this point, but it will be shown very soon.
fTerminalRoster.SetWindowInfo(false, Workspaces());
}