aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpaneldirland.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-10-17 15:56:48 -0500
committerJacek Antonelli2008-10-17 15:56:56 -0500
commit4270407eca97bc2275f920a6452d6d5490875779 (patch)
treed1068f0057bd436e3a2a38303d68b2c08239ae5a /linden/indra/newview/llpaneldirland.cpp
parentSecond Life viewer sources 1.21.5-RC (diff)
downloadmeta-impy-4270407eca97bc2275f920a6452d6d5490875779.zip
meta-impy-4270407eca97bc2275f920a6452d6d5490875779.tar.gz
meta-impy-4270407eca97bc2275f920a6452d6d5490875779.tar.bz2
meta-impy-4270407eca97bc2275f920a6452d6d5490875779.tar.xz
Second Life viewer sources 1.21.6
Diffstat (limited to 'linden/indra/newview/llpaneldirland.cpp')
-rw-r--r--linden/indra/newview/llpaneldirland.cpp2
1 files changed, 0 insertions, 2 deletions
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()
100 if (results) 100 if (results)
101 { 101 {
102 results->setSortChangedCallback(onClickSort); 102 results->setSortChangedCallback(onClickSort);
103 // primary sort key is mCurrentSortColumn, secondary is name
104 results->sortByColumn("name", TRUE);
105 results->sortByColumn(mCurrentSortColumn,mCurrentSortAscending); 103 results->sortByColumn(mCurrentSortColumn,mCurrentSortAscending);
106 } 104 }
107 105