Oops, check was reversed.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32211 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2009-08-08 19:39:33 +00:00
parent d726fd50a2
commit a9218c9c2e

View File

@ -1594,7 +1594,7 @@ BContainerWindow::MessageReceived(BMessage *message)
if (entry.GetNodeRef(&targetNode) == B_OK
&& itemparent.GetNodeRef(&parentNode)
== B_OK) {
if (targetNode.device == parentNode.device)
if (targetNode.device != parentNode.device)
moveMode = kCopySelectionTo;
}
// copy drag contents to target ref in message