diff options
author | thickbrick | 2011-04-01 15:28:48 +0300 |
---|---|---|
committer | thickbrick | 2011-04-01 15:28:48 +0300 |
commit | 4131069d0f517180a92e8ebda20b4760ecaeb855 (patch) | |
tree | 0203cc7b40e02dc7465aae2a7d89fabdf2964686 /linden/indra/newview/llfloaterpreference.cpp | |
parent | Fix #832: Media Filter: handle sim hosts with no dns name. (diff) | |
download | meta-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.cpp | 1 |
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 | |||
365 | void LLPreferenceCore::updateIsLoggedIn(bool enable) | 365 | void LLPreferenceCore::updateIsLoggedIn(bool enable) |
366 | { | 366 | { |
367 | mPrefsIM->preparePerAccountPrefs(enable); | 367 | mPrefsIM->preparePerAccountPrefs(enable); |
368 | mAudioPanel->updateIsLoggedIn(enable); | ||
368 | } | 369 | } |
369 | 370 | ||
370 | void LLPreferenceCore::refreshEnabledGraphics() | 371 | void LLPreferenceCore::refreshEnabledGraphics() |