diff options
author | McCabe Maxsted | 2010-10-20 16:45:14 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-10-20 16:45:14 -0700 |
commit | 5af5d291363298b448cbd755001f0590a16c036c (patch) | |
tree | c46bd4d74db4f86591e9ba1056e8674807ef0ca1 /linden/indra/newview/llstartup.h | |
parent | Fixed the Vivox license prompt appearing when connecting to non-SL grids on s... (diff) | |
download | meta-impy-5af5d291363298b448cbd755001f0590a16c036c.zip meta-impy-5af5d291363298b448cbd755001f0590a16c036c.tar.gz meta-impy-5af5d291363298b448cbd755001f0590a16c036c.tar.bz2 meta-impy-5af5d291363298b448cbd755001f0590a16c036c.tar.xz |
Fixed the Preferences > Communication tab options not enabling (happens on OpenSim when a user's personal info isn't sent)
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llstartup.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llstartup.h b/linden/indra/newview/llstartup.h index 9a3c91c..08862e6 100644 --- a/linden/indra/newview/llstartup.h +++ b/linden/indra/newview/llstartup.h | |||
@@ -124,6 +124,9 @@ public: | |||
124 | static bool shouldAutoLogin() { return mShouldAutoLogin; }; | 124 | static bool shouldAutoLogin() { return mShouldAutoLogin; }; |
125 | static void setShouldAutoLogin(bool value) { mShouldAutoLogin = value; }; | 125 | static void setShouldAutoLogin(bool value) { mShouldAutoLogin = value; }; |
126 | 126 | ||
127 | // Returns true if startup has been successfully completed | ||
128 | static bool isLoggedIn() { return gStartupState == STATE_STARTED; } | ||
129 | |||
127 | private: | 130 | private: |
128 | static bool mStartedOnce; | 131 | static bool mStartedOnce; |
129 | static bool mShouldAutoLogin; | 132 | static bool mShouldAutoLogin; |