diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-06-25 15:28:55 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-06-25 15:28:55 +0300 |
commit | 97be5b14a5c589feaad31a46f300469ae9e414cc (patch) | |
tree | 4d03c7f1abfd1c1f281529de5a5d43df637c95a2 | |
parent | 05319e6c94f7975281ed38c322f5d1e3bcd3e211 (diff) |
MAINT-4185 FIXED Close toasts silently.
-rwxr-xr-x | indra/newview/lltoast.cpp | 2 |
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(); } |