summaryrefslogtreecommitdiff
path: root/indra/llui/llfloaterreg.cpp
diff options
context:
space:
mode:
authorWilliam Todd Stinson <stinson@lindenlab.com>2012-10-22 15:01:03 -0700
committerWilliam Todd Stinson <stinson@lindenlab.com>2012-10-22 15:01:03 -0700
commit0d25cca2e1e117962aad57dc951c102bec52cb50 (patch)
tree0d5c0b7e7d62f34238ac3d08314d12a36eb5520a /indra/llui/llfloaterreg.cpp
parent0356ef61cf9f70b97dc78a59fba58465d99f5fc0 (diff)
Backed out changeset: 4202e227f8e4
Diffstat (limited to 'indra/llui/llfloaterreg.cpp')
-rw-r--r--indra/llui/llfloaterreg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfloaterreg.cpp b/indra/llui/llfloaterreg.cpp
index 920525448c..9115eb7174 100644
--- a/indra/llui/llfloaterreg.cpp
+++ b/indra/llui/llfloaterreg.cpp
@@ -318,7 +318,7 @@ void LLFloaterReg::showInitialVisibleInstances()
BOOL isvis = LLFloater::getControlGroup()->getBOOL(controlname);
if (isvis)
{
- showInstance(name, LLSD(LLUUID())); // keyed floaters shouldn't set save_vis to true
+ showInstance(name, LLSD()); // keyed floaters shouldn't set save_vis to true
}
}
}