summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorSergei Litovchuk <slitovchuk@productengine.com>2010-03-05 15:36:01 +0200
committerSergei Litovchuk <slitovchuk@productengine.com>2010-03-05 15:36:01 +0200
commitbaafdf216f482535d675eebcf4220510451d7332 (patch)
treefa5cda5208b083e5a59cd65b567bef41b2a136ab /indra/newview
parenta1bcb21b3c4d1b6cb29044494648167aeeb5998b (diff)
Fixed (EXT-4704) Add maturity icons to Prefs -> General.
- Added icons updating upon opening Prefs -> General panel. --HG-- branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llfloaterpreference.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp
index 839d3f0c21..8bffe9bf57 100644
--- a/indra/newview/llfloaterpreference.cpp
+++ b/indra/newview/llfloaterpreference.cpp
@@ -537,10 +537,10 @@ void LLFloaterPreference::onOpen(const LLSD& key)
{
childSetText("maturity_desired_textbox", maturity_combo->getSelectedItemLabel());
childSetVisible("maturity_desired_combobox", false);
-
- // Display selected maturity icons.
- onChangeMaturity();
}
+
+ // Display selected maturity icons.
+ onChangeMaturity();
// Enabled/disabled popups, might have been changed by user actions
// while preferences floater was closed.