aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:54 -0500
committerJacek Antonelli2008-08-15 23:45:54 -0500
commitd0b03a62fd799317d5da0bd56615739ce3b5b052 (patch)
tree8bc79bbbb52e18294f62810d9fa66ce136f90e2d /linden/indra/newview/llstartup.cpp
parentSecond Life viewer sources 1.20.8 (diff)
downloadmeta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.zip
meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.gz
meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.bz2
meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.xz
Second Life viewer sources 1.20.9
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llstartup.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp
index 4dca600..009cdd2 100644
--- a/linden/indra/newview/llstartup.cpp
+++ b/linden/indra/newview/llstartup.cpp
@@ -1278,7 +1278,6 @@ BOOL idle_startup()
1278 save_password_to_disk(NULL); 1278 save_password_to_disk(NULL);
1279 } 1279 }
1280 gSavedSettings.setBOOL("RememberPassword", remember_password); 1280 gSavedSettings.setBOOL("RememberPassword", remember_password);
1281 gSavedSettings.setBOOL("LoginLastLocation", gSavedSettings.getBOOL("LoginLastLocation"));
1282 1281
1283 text = LLUserAuth::getInstance()->getResponse("agent_access"); 1282 text = LLUserAuth::getInstance()->getResponse("agent_access");
1284 if(text && (text[0] == 'M')) 1283 if(text && (text[0] == 'M'))