A break was missing from case logic in LLPanelLogin::onUpdateStartSLURL

This commit is contained in:
Shyotl
2013-07-03 17:21:45 -05:00
parent 7f981e6f17
commit 624141a31a

View File

@@ -738,6 +738,7 @@ void LLPanelLogin::onUpdateStartSLURL(const LLSLURL& new_start_slurl)
location_combo->setCurrentByIndex( 2 );
location_combo->setTextEntry(new_start_slurl.getLocationString());
}
break;
case LLSLURL::HOME_LOCATION:
location_combo->setCurrentByIndex( 0 ); // home location
break;