Sending B_COUNT_PROPERTIES for the View property now returns the right value.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39624 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm 2010-11-25 09:35:41 +00:00
parent 427788e06f
commit 884384ff79

View File

@ -4412,7 +4412,7 @@ BView::MessageReceived(BMessage* msg)
}
}
break;
case 2:
case 3:
err = replyMsg.AddInt32("result", CountChildren());
break;
default: