* fix the sorting of second level items - well there was a 50%
chance that I'd get that bool right at first try ;-) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37815 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -305,7 +305,7 @@ TimeZoneView::_BuildRegionMenu()
|
|||||||
((BStringItem*)second)->Text());
|
((BStringItem*)second)->Text());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
fCityList->SortItemsUnder(NULL, true, ListSorter::compare);
|
fCityList->SortItemsUnder(NULL, false, ListSorter::compare);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user