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:
@@ -1594,7 +1594,7 @@ BContainerWindow::MessageReceived(BMessage *message)
|
|||||||
if (entry.GetNodeRef(&targetNode) == B_OK
|
if (entry.GetNodeRef(&targetNode) == B_OK
|
||||||
&& itemparent.GetNodeRef(&parentNode)
|
&& itemparent.GetNodeRef(&parentNode)
|
||||||
== B_OK) {
|
== B_OK) {
|
||||||
if (targetNode.device == parentNode.device)
|
if (targetNode.device != parentNode.device)
|
||||||
moveMode = kCopySelectionTo;
|
moveMode = kCopySelectionTo;
|
||||||
}
|
}
|
||||||
// copy drag contents to target ref in message
|
// copy drag contents to target ref in message
|
||||||
|
|||||||
Reference in New Issue
Block a user