* 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:
Oliver Tappe 2010-07-29 20:37:45 +00:00
parent f0900cb3ea
commit dc3d140e3b
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ TimeZoneView::_BuildRegionMenu()
((BStringItem*)second)->Text());
}
};
fCityList->SortItemsUnder(NULL, true, ListSorter::compare);
fCityList->SortItemsUnder(NULL, false, ListSorter::compare);
}