diff options
| author | Kent Quirk <q@lindenlab.com> | 2010-03-26 18:34:27 -0400 |
|---|---|---|
| committer | Kent Quirk <q@lindenlab.com> | 2010-03-26 18:34:27 -0400 |
| commit | 2b68fd569d4da24e31e0f9e5309e155a7567d5a0 (patch) | |
| tree | b841595be4b695161c2011b36d00c6c7c85007f4 /indra/newview/llpanellogin.cpp | |
| parent | b33b9c326b6a3f2a388b5efc34b15ef1e3f219b9 (diff) | |
| parent | 4888c9a103bd4e87d87ca601a321cbbc5f618516 (diff) | |
Merge
Diffstat (limited to 'indra/newview/llpanellogin.cpp')
| -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); |
