summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2013-06-03 18:08:48 -0400
committerprep <prep@lindenlab.com>2013-06-03 18:08:48 -0400
commitc5c2e7b405bbbcc3d1c1756e34c3069611f0e4a1 (patch)
tree8139b926865d95f293f5e9a836a0f88c2a3f6fde /indra/llui
parentc81b685b4217b3c321815e1993d39fb0b479a767 (diff)
SH-4035 spec change. If you revert after quiting, SL shutsdown.
Diffstat (limited to 'indra/llui')
-rwxr-xr-xindra/llui/llfloater.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp
index 63491aa296..93eca8b62e 100755
--- a/indra/llui/llfloater.cpp
+++ b/indra/llui/llfloater.cpp
@@ -717,9 +717,13 @@ void LLFloater::closeFloater(bool app_quitting)
{
if ( mVerifyUponClose && !mForceCloseAfterVerify )
{
+
+ llinfos<<"prep#dogshit1"<<llendl;
onClose( app_quitting );
if ( mForceCloseAfterVerify )
{
+
+ llinfos<<"prep#dogshit1b"<<llendl;
return;
}
}
@@ -727,6 +731,7 @@ void LLFloater::closeFloater(bool app_quitting)
if (app_quitting)
{
+ llinfos<<"prep#dogshit2"<<llendl;
LLFloater::sQuitting = true;
}