* Make sure that the per CPU data sources are inserted in the correct order

(ie. starting with the first CPU).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39424 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2010-11-14 11:27:24 +00:00
parent f14cab2d36
commit be3f9645a7

View File

@ -833,6 +833,7 @@ ActivityView::AddDataSource(const DataSource* source, const BMessage* state)
valuesDeleter.Detach();
viewValuesDeleter.Detach();
sourceDeleter.Detach();
insert++;
}
#ifdef __HAIKU__