diff options
author | Richard Linden <none@none> | 2010-11-10 11:38:55 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2010-11-10 11:38:55 -0800 |
commit | d7bca2b7b151969e45492e2ae244f50960fc4ddf (patch) | |
tree | 1a2c19eea572b785885f7b157df33d01d522c536 | |
parent | a942a64b89f26fb2eda0aa6543856a35aa07e0c5 (diff) |
EXP-428 FIXED Display of llDialog and some other dialogs that should not be suppressable is broken
-rw-r--r-- | indra/llui/llnotifications.cpp | 2 |
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) { |