summaryrefslogtreecommitdiff
path: root/indra/newview/llpanellogin.cpp
diff options
context:
space:
mode:
authorMark Palange (Mani) <palange@lindenlab.com>2010-03-26 12:52:02 -0700
committerMark Palange (Mani) <palange@lindenlab.com>2010-03-26 12:52:02 -0700
commit55f549db455f657f1d36fa72a45abfe71449f286 (patch)
tree60bd541d0d4e934ce7ae46d8ff35d9f32f5c938b /indra/newview/llpanellogin.cpp
parent51b29336470ba83e55e363959809e1ee50559a97 (diff)
EXT-6517 Now updating the location value in refreshLocation.
Reviewed by Richard
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);