Fixed bad typo

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12871 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2005-05-28 17:44:09 +00:00
parent e29cd74b0d
commit 7d8462aed5

View File

@ -1064,7 +1064,7 @@ BView::DragMessage(BMessage *message, BRect dragRect, BHandler *replyTo)
if (replyTo == NULL)
replyTo = this;
if (replyTo->Looper())
if (replyTo->Looper() == NULL)
debugger("DragMessage: warning - the Handler needs a looper");
do_owner_check_no_pick();