diff options
| author | Eli Linden <eli@lindenlab.com> | 2010-03-04 13:49:14 -0800 |
|---|---|---|
| committer | Eli Linden <eli@lindenlab.com> | 2010-03-04 13:49:14 -0800 |
| commit | 49bdfd7fbb6ad2d0c4dc1998d13ddf26bc69ceb7 (patch) | |
| tree | 3f69e96b34e65f34cfae403f12daa351975db32a /indra/newview/llinventorymodel.cpp | |
| parent | 4c342ea57c37f99f93d25c057feb034f2a980537 (diff) | |
| parent | f8916165f95606503b37eff7177674a57fe5d73e (diff) | |
Merge
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
| -rw-r--r-- | indra/newview/llinventorymodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index 326f2a5577..83a466a243 100644 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -1542,7 +1542,7 @@ void LLInventoryModel::bulkFetch(std::string url) U32 folder_count=0; U32 max_batch_size=5; - U32 sort_order = gSavedSettings.getU32("InventorySortOrder") & 0x1; + U32 sort_order = gSavedSettings.getU32(LLInventoryPanel::DEFAULT_SORT_ORDER) & 0x1; LLSD body; LLSD body_lib; |
