From 55f549db455f657f1d36fa72a45abfe71449f286 Mon Sep 17 00:00:00 2001
From: "Mark Palange (Mani)" <palange@lindenlab.com>
Date: Fri, 26 Mar 2010 12:52:02 -0700
Subject: [PATCH] EXT-6517 Now updating the location value in refreshLocation.
 Reviewed by Richard

---
 indra/newview/llpanellogin.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp
index 7bd03167fd5..ee4dcc44fe1 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);
 
-- 
GitLab