diff options
author | Jacek Antonelli | 2009-09-27 15:54:39 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-09-27 15:54:39 -0500 |
commit | 65215a59afe7b5292944b1b37fb2157ae4ff1687 (patch) | |
tree | eefa65c8292db788aaf978c941517a0a1b700216 /linden/indra | |
parent | Merge branch 'gridmanager' into next (diff) | |
download | meta-impy-65215a59afe7b5292944b1b37fb2157ae4ff1687.zip meta-impy-65215a59afe7b5292944b1b37fb2157ae4ff1687.tar.gz meta-impy-65215a59afe7b5292944b1b37fb2157ae4ff1687.tar.bz2 meta-impy-65215a59afe7b5292944b1b37fb2157ae4ff1687.tar.xz |
Re-enabled "allow first life" userauth stuff.
It was commented out when grid manager was added, but it
makes certain Profile window pieces disappear.
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index 9b46054..6839a4f 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -2130,7 +2130,6 @@ bool idle_startup() | |||
2130 | LLAvatarTracker::instance().addBuddyList(list); | 2130 | LLAvatarTracker::instance().addBuddyList(list); |
2131 | } | 2131 | } |
2132 | 2132 | ||
2133 | /* | ||
2134 | options.clear(); | 2133 | options.clear(); |
2135 | if(LLUserAuth::getInstance()->getOptions("ui-config", options)) | 2134 | if(LLUserAuth::getInstance()->getOptions("ui-config", options)) |
2136 | { | 2135 | { |
@@ -2149,7 +2148,7 @@ bool idle_startup() | |||
2149 | } | 2148 | } |
2150 | } | 2149 | } |
2151 | } | 2150 | } |
2152 | */ | 2151 | |
2153 | options.clear(); | 2152 | options.clear(); |
2154 | bool show_hud = false; | 2153 | bool show_hud = false; |
2155 | if(LLUserAuth::getInstance()->getOptions("tutorial_setting", options)) | 2154 | if(LLUserAuth::getInstance()->getOptions("tutorial_setting", options)) |