aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterpreference.cpp
diff options
context:
space:
mode:
authorthickbrick2011-04-01 15:28:48 +0300
committerthickbrick2011-04-01 15:28:48 +0300
commit4131069d0f517180a92e8ebda20b4760ecaeb855 (patch)
tree0203cc7b40e02dc7465aae2a7d89fabdf2964686 /linden/indra/newview/llfloaterpreference.cpp
parentFix #832: Media Filter: handle sim hosts with no dns name. (diff)
downloadmeta-impy-4131069d0f517180a92e8ebda20b4760ecaeb855.zip
meta-impy-4131069d0f517180a92e8ebda20b4760ecaeb855.tar.gz
meta-impy-4131069d0f517180a92e8ebda20b4760ecaeb855.tar.bz2
meta-impy-4131069d0f517180a92e8ebda20b4760ecaeb855.tar.xz
Fix 829: Several changes to media filter
- Adds a "less annoying" mode, which attempts to only filter scripted streaming events. On by default (should we change that?) - Adds UI to enable and disable the media filter, both from the filter floater and from the preferences floater. - Adds a button to launch the filter floater to prefences. - Some UI tweaks to the filter floater.
Diffstat (limited to 'linden/indra/newview/llfloaterpreference.cpp')
-rw-r--r--linden/indra/newview/llfloaterpreference.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterpreference.cpp b/linden/indra/newview/llfloaterpreference.cpp
index 0f81be6..02c2014 100644
--- a/linden/indra/newview/llfloaterpreference.cpp
+++ b/linden/indra/newview/llfloaterpreference.cpp
@@ -365,6 +365,7 @@ void LLPreferenceCore::setPersonalInfo(const std::string& visibility, bool im_vi
365void LLPreferenceCore::updateIsLoggedIn(bool enable) 365void LLPreferenceCore::updateIsLoggedIn(bool enable)
366{ 366{
367 mPrefsIM->preparePerAccountPrefs(enable); 367 mPrefsIM->preparePerAccountPrefs(enable);
368 mAudioPanel->updateIsLoggedIn(enable);
368} 369}
369 370
370void LLPreferenceCore::refreshEnabledGraphics() 371void LLPreferenceCore::refreshEnabledGraphics()