Fixed bad typo
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12871 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e29cd74b0d
commit
7d8462aed5
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user