Now groups by system components, ie. system components are added at the
bottom of the list while other teams are added at the top of the list. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13147 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -254,7 +254,8 @@ TMView::UpdateList()
|
|||||||
|
|
||||||
if (!found) {
|
if (!found) {
|
||||||
TMListItem *item = new TMListItem(info);
|
TMListItem *item = new TMListItem(info);
|
||||||
fListView->AddItem(item, 0);
|
|
||||||
|
fListView->AddItem(item, item->IsSystemServer() ? fListView->CountItems() : 0);
|
||||||
item->fFound = true;
|
item->fFound = true;
|
||||||
changed = true;
|
changed = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user