aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llstartup.cpp')
-rw-r--r--linden/indra/newview/llstartup.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp
index bd94a59..5a3a8ee 100644
--- a/linden/indra/newview/llstartup.cpp
+++ b/linden/indra/newview/llstartup.cpp
@@ -102,6 +102,7 @@
102#include "llfloatergesture.h" 102#include "llfloatergesture.h"
103#include "llfloaterhud.h" 103#include "llfloaterhud.h"
104#include "llfloaterland.h" 104#include "llfloaterland.h"
105#include "llfloaterpreference.h"
105#include "llfloaterteleporthistory.h" 106#include "llfloaterteleporthistory.h"
106#include "llfloatertopobjects.h" 107#include "llfloatertopobjects.h"
107#include "llfloatertos.h" 108#include "llfloatertos.h"
@@ -2918,6 +2919,8 @@ bool idle_startup()
2918 gDebugView->mFastTimerView->setVisible(TRUE); 2919 gDebugView->mFastTimerView->setVisible(TRUE);
2919#endif 2920#endif
2920 2921
2922 LLFloaterPreference::updateIsLoggedIn(true);
2923
2921 return TRUE; 2924 return TRUE;
2922 } 2925 }
2923 2926