summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-09-24 13:03:28 -0700
committerRider Linden <rider@lindenlab.com>2015-09-24 13:03:28 -0700
commitb9cfd6631fe08de916ee2b43e08117bc8a2416a2 (patch)
tree3dd8f6085bbf16b5c373f7c9c8e83aaa21d8f6c8 /indra/newview
parent245677e941d47963b67d36deffd03535dfc3df3f (diff)
MAINT-5614: Put the sInstance back the way it was for llpanellogin
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llpanellogin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp
index 8c5ad133f5..3743aee00f 100755
--- a/indra/newview/llpanellogin.cpp
+++ b/indra/newview/llpanellogin.cpp
@@ -434,7 +434,7 @@ void LLPanelLogin::show(const LLRect &rect,
void (*callback)(S32 option, void* user_data),
void* callback_data)
{
-#if 1
+#if 0
if (!LLPanelLogin::sInstance)
{
new LLPanelLogin(rect, callback, callback_data);