Stupid me - thanks to Michael Lotz for pointing that out :-)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16307 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-02-09 11:27:06 +00:00
parent 7a1fce2101
commit a92dff57f2

View File

@ -958,6 +958,7 @@ Desktop::SetFocusWindow(WindowLayer* focus)
if (fFocus == focus) {
// turns out the window that is supposed to get focus now already has it
UnlockAllWindows();
return;
}
ServerApp* oldActiveApp = NULL;