diff options
Diffstat (limited to 'linden/indra/newview/llstartup.cpp')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index b744961..aba9bb6 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -101,6 +101,7 @@ | |||
101 | #include "llfloatergesture.h" | 101 | #include "llfloatergesture.h" |
102 | #include "llfloaterhud.h" | 102 | #include "llfloaterhud.h" |
103 | #include "llfloaterland.h" | 103 | #include "llfloaterland.h" |
104 | #include "llfloaterpreference.h" | ||
104 | #include "llfloaterteleporthistory.h" | 105 | #include "llfloaterteleporthistory.h" |
105 | #include "llfloatertopobjects.h" | 106 | #include "llfloatertopobjects.h" |
106 | #include "llfloatertos.h" | 107 | #include "llfloatertos.h" |
@@ -2876,6 +2877,8 @@ bool idle_startup() | |||
2876 | gDebugView->mFastTimerView->setVisible(TRUE); | 2877 | gDebugView->mFastTimerView->setVisible(TRUE); |
2877 | #endif | 2878 | #endif |
2878 | 2879 | ||
2880 | LLFloaterPreference::updateIsLoggedIn(true); | ||
2881 | |||
2879 | return TRUE; | 2882 | return TRUE; |
2880 | } | 2883 | } |
2881 | 2884 | ||