summaryrefslogtreecommitdiff
path: root/indra/newview/llsidetray.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-02-28 22:06:21 -0800
committerRichard Linden <none@none>2011-02-28 22:06:21 -0800
commite02b83c350d9b642baa610829098539f18efa651 (patch)
tree40ac29e9b318ac6347c8378ca1bd58491708bcaf /indra/newview/llsidetray.cpp
parentb68f02fa5433eb5d3dff6edc8941e9fb527678e7 (diff)
SOCIAL-608 WIP Classified link is available in Basic mode
Diffstat (limited to 'indra/newview/llsidetray.cpp')
-rw-r--r--indra/newview/llsidetray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsidetray.cpp b/indra/newview/llsidetray.cpp
index 1fc34bd681..bfdb47dc52 100644
--- a/indra/newview/llsidetray.cpp
+++ b/indra/newview/llsidetray.cpp
@@ -631,7 +631,7 @@ LLPanel* LLSideTray::openChildPanel(LLSideTrayTab* tab, const std::string& panel
bool tab_attached = isTabAttached(tab_name);
- if (tab_attached && gSavedSettings.getBOOL("OpenSidePanelsInFloaters"))
+ if (tab_attached && LLUI::sSettingGroups["config"]->getBOOL("OpenSidePanelsInFloaters"))
{
tab->toggleTabDocked();
tab_attached = false;