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:
parent
62f29f2d9b
commit
73c9d940e7
@ -254,7 +254,8 @@ TMView::UpdateList()
|
||||
|
||||
if (!found) {
|
||||
TMListItem *item = new TMListItem(info);
|
||||
fListView->AddItem(item, 0);
|
||||
|
||||
fListView->AddItem(item, item->IsSystemServer() ? fListView->CountItems() : 0);
|
||||
item->fFound = true;
|
||||
changed = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user