Skip to content
Snippets Groups Projects
Commit 5356b917 authored by Leyla Farazha's avatar Leyla Farazha
Browse files

patch to fix grid selection problem, now resetting URIs every time

parent 9a85f0d0
No related branches found
No related tags found
No related merge requests found
...@@ -930,10 +930,8 @@ BOOL idle_startup() ...@@ -930,10 +930,8 @@ BOOL idle_startup()
gSavedSettings.setBOOL("UseDebugMenus", TRUE); gSavedSettings.setBOOL("UseDebugMenus", TRUE);
requested_options.push_back("god-connect"); requested_options.push_back("god-connect");
} }
if (sAuthUris.empty()) LLAppViewer::instance()->getLoginURIs();
{ sAuthUris = LLAppViewer::instance()->getLoginURIs();
sAuthUris = LLAppViewer::instance()->getLoginURIs();
}
sAuthUriNum = 0; sAuthUriNum = 0;
auth_method = "login_to_simulator"; auth_method = "login_to_simulator";
auth_desc = "Logging in. "; auth_desc = "Logging in. ";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment