summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-11-10 11:38:55 -0800
committerRichard Linden <none@none>2010-11-10 11:38:55 -0800
commitd7bca2b7b151969e45492e2ae244f50960fc4ddf (patch)
tree1a2c19eea572b785885f7b157df33d01d522c536
parenta942a64b89f26fb2eda0aa6543856a35aa07e0c5 (diff)
EXP-428 FIXED Display of llDialog and some other dialogs that should not be suppressable is broken
-rw-r--r--indra/llui/llnotifications.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp
index d6d3672784..a3df6a3ced 100644
--- a/indra/llui/llnotifications.cpp
+++ b/indra/llui/llnotifications.cpp
@@ -357,7 +357,7 @@ LLControlVariablePtr LLNotificationForm::getIgnoreSetting()
bool LLNotificationForm::getIgnored()
{
- bool show = false;
+ bool show = true;
if (mIgnore != LLNotificationForm::IGNORE_NO
&& mIgnoreSetting)
{