Fixed copy&paste bug, thanks Stefano!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23197 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2007-12-30 13:02:13 +00:00
parent deb58f165b
commit 33d3580bdc

View File

@ -941,7 +941,7 @@ FrameMoved(origin);
while (true) {
BMessage* pendingMessage = MessageQueue()->FindMessage(
B_WINDOW_RESIZED, 0);
B_WINDOW_ACTIVATED, 0);
if (pendingMessage == NULL)
break;