From a01ad64c3e701de0586043aebf3229c5f5a4916a Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Tue, 22 Sep 2015 14:47:42 -0700 Subject: replace the display_startup() removal that didn't work. Try backing up a step in the signon processing. --- indra/newview/llstartup.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'indra/newview') diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 60d67be9ef..b0ea00e6e4 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -752,10 +752,10 @@ bool idle_startup() // Make sure the process dialog doesn't hide things display_startup(); gViewerWindow->setShowProgress(FALSE); -// display_startup(); + display_startup(); // Show the login dialog login_show(); -// display_startup(); + display_startup(); // connect dialog is already shown, so fill in the names if (gUserCredential.notNull()) { @@ -2751,8 +2751,6 @@ void reset_login() gAgent.cleanup(); LLWorld::getInstance()->destroyClass(); - LLStartUp::setStartupState( STATE_LOGIN_SHOW ); - if ( gViewerWindow ) { // Hide menus and normal buttons gViewerWindow->setNormalControlsVisible( FALSE ); @@ -2762,6 +2760,7 @@ void reset_login() // Hide any other stuff LLFloaterReg::hideVisibleInstances(); + LLStartUp::setStartupState( STATE_BROWSER_INIT ); } //--------------------------------------------------------------------------- -- cgit v1.2.3