From 55f549db455f657f1d36fa72a45abfe71449f286 Mon Sep 17 00:00:00 2001 From: "Mark Palange (Mani)" Date: Fri, 26 Mar 2010 12:52:02 -0700 Subject: EXT-6517 Now updating the location value in refreshLocation. Reviewed by Richard --- indra/newview/llpanellogin.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra') 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); -- cgit v1.2.3