summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2013-03-27 20:06:32 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2013-03-27 20:06:32 +0200
commite59333f8dda10790d4cf48a5b4017f5199be3b7a (patch)
tree01ebf5aa464f6c14f25d513d0daf8327ece26148 /indra
parentba757c18f83ce36a0420832f158cac6c760104e0 (diff)
CHUI-894 FIXED Call closeAll() for LLIMWellWindow to clear object notifications.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llchiclet.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp
index b221daf936..43c6b558bc 100644
--- a/indra/newview/llchiclet.cpp
+++ b/indra/newview/llchiclet.cpp
@@ -174,6 +174,7 @@ void LLNotificationChiclet::onMenuItemClicked(const LLSD& user_data)
if("close all" == action)
{
LLNotificationWellWindow::getInstance()->closeAll();
+ LLIMWellWindow::getInstance()->closeAll();
}
}