Remove.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28593 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -620,7 +620,7 @@ BShelf::MessageReceived(BMessage *msg)
|
|||||||
BPoint pos;
|
BPoint pos;
|
||||||
if (msg->FindMessage("data", &replicantMsg) == B_OK
|
if (msg->FindMessage("data", &replicantMsg) == B_OK
|
||||||
&& msg->FindPoint("location", &pos) == B_OK) {
|
&& msg->FindPoint("location", &pos) == B_OK) {
|
||||||
err = AddReplicant(&replicantMsg, pos);:
|
err = AddReplicant(&replicantMsg, pos);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user