From 4270407eca97bc2275f920a6452d6d5490875779 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 17 Oct 2008 15:56:48 -0500 Subject: Second Life viewer sources 1.21.6 --- linden/indra/newview/llpaneldirland.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'linden/indra/newview/llpaneldirland.cpp') diff --git a/linden/indra/newview/llpaneldirland.cpp b/linden/indra/newview/llpaneldirland.cpp index c67ee9e..6e8af5f 100644 --- a/linden/indra/newview/llpaneldirland.cpp +++ b/linden/indra/newview/llpaneldirland.cpp @@ -100,8 +100,6 @@ BOOL LLPanelDirLand::postBuild() if (results) { results->setSortChangedCallback(onClickSort); - // primary sort key is mCurrentSortColumn, secondary is name - results->sortByColumn("name", TRUE); results->sortByColumn(mCurrentSortColumn,mCurrentSortAscending); } -- cgit v1.1