diff options
| author | Eli Linden <eli@lindenlab.com> | 2010-03-26 16:35:37 -0700 |
|---|---|---|
| committer | Eli Linden <eli@lindenlab.com> | 2010-03-26 16:35:37 -0700 |
| commit | b2234485b27477822f2bc0fcbd07aa18f11d1cab (patch) | |
| tree | 83d6b7517ad7dae44e0204b0941c996f698f0bd8 /indra/newview/llpanellogin.cpp | |
| parent | dde671f1df7fd7a6930148833ab5eecaf328f6f9 (diff) | |
| parent | 2b68fd569d4da24e31e0f9e5309e155a7567d5a0 (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); |
