summaryrefslogtreecommitdiff
path: root/indra/newview/llpanellogin.cpp
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-03-29 18:28:51 +0300
committerVadim Savchuk <vsavchuk@productengine.com>2010-03-29 18:28:51 +0300
commitf8e44a89740481675c55caac8b98ae1fee8627b9 (patch)
tree5878b3cc20475dcd53c03dccf6db84b87d4d0c22 /indra/newview/llpanellogin.cpp
parentf5fa5dbb25a81d59331e1e84fe56561afb5cd5bd (diff)
parent8654ba5e2571e07c8d2fd898027abf6f85777905 (diff)
Merge from default branch
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llpanellogin.cpp')
-rw-r--r--indra/newview/llpanellogin.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp
index 7bd03167fd..ee4dcc44fe 100644
--- a/indra/newview/llpanellogin.cpp
+++ b/indra/newview/llpanellogin.cpp
@@ -679,6 +679,9 @@ void LLPanelLogin::refreshLocation( bool force_visible )
show_start = gSavedSettings.getBOOL("ShowStartLocation");
}
+ // Update the value of the location combo.
+ updateLocationUI();
+
sInstance->childSetVisible("start_location_combo", show_start);
sInstance->childSetVisible("start_location_text", show_start);