diff options
author | Mark Palange (Mani) <palange@lindenlab.com> | 2010-03-26 12:52:02 -0700 |
---|---|---|
committer | Mark Palange (Mani) <palange@lindenlab.com> | 2010-03-26 12:52:02 -0700 |
commit | 55f549db455f657f1d36fa72a45abfe71449f286 (patch) | |
tree | 60bd541d0d4e934ce7ae46d8ff35d9f32f5c938b /indra | |
parent | 51b29336470ba83e55e363959809e1ee50559a97 (diff) |
EXT-6517 Now updating the location value in refreshLocation.
Reviewed by Richard
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llpanellogin.cpp | 3 |
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); |