Restore accidentally removed comment.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28592 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent
2008-11-10 13:45:21 +00:00
parent cc44241143
commit eb40d3eb59
+2 -1
View File
@@ -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;
@@ -697,6 +697,7 @@ BShelf::ResolveSpecifier(BMessage *msg, int32 index, BMessage *specifier,
break; break;
} }
msg->SetCurrentSpecifier(index); msg->SetCurrentSpecifier(index);
// fall through
case 2: { case 2: {
BMessage reply; BMessage reply;
status_t err = _GetProperty(specifier, &reply); status_t err = _GetProperty(specifier, &reply);