From 075bbb3887750ed0e441068960437d770b699062 Mon Sep 17 00:00:00 2001 From: Callum Prentice Date: Wed, 5 Mar 2014 16:31:01 -0800 Subject: WENG-1470 (Partial) Secondlife Login Screen Redesign - fixed unused combo box entries --- indra/newview/llpanellogin.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp index 437db62cac..0c392d669b 100755 --- a/indra/newview/llpanellogin.cpp +++ b/indra/newview/llpanellogin.cpp @@ -688,16 +688,12 @@ void LLPanelLogin::onUpdateStartSLURL(const LLSLURL& new_start_slurl) break; case LLSLURL::HOME_LOCATION: - location_combo->setCurrentByIndex(1); // home location - break; - - case LLSLURL::LAST_LOCATION: - location_combo->setCurrentByIndex(0); // last location + //location_combo->setCurrentByIndex(0); // home location break; default: LL_WARNS("AppInit")<<"invalid login slurl, using home"<setCurrentByIndex(1); // home location + //location_combo->setCurrentByIndex(0); // home location break; } } -- cgit v1.2.3