summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2014-06-25 15:28:55 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2014-06-25 15:28:55 +0300
commit97be5b14a5c589feaad31a46f300469ae9e414cc (patch)
tree4d03c7f1abfd1c1f281529de5a5d43df637c95a2
parent05319e6c94f7975281ed38c322f5d1e3bcd3e211 (diff)
MAINT-4185 FIXED Close toasts silently.
-rwxr-xr-xindra/newview/lltoast.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lltoast.cpp b/indra/newview/lltoast.cpp
index 1b5b44423f..63ede7f8ac 100755
--- a/indra/newview/lltoast.cpp
+++ b/indra/newview/lltoast.cpp
@@ -234,6 +234,8 @@ void LLToast::closeToast()
{
mOnDeleteToastSignal(this);
+ setSoundFlags(SILENT);
+
closeFloater();
}