summaryrefslogtreecommitdiff
path: root/indra/newview/llchiclet.cpp
diff options
context:
space:
mode:
authorNyx Linden <nyx@lindenlab.com>2013-03-29 18:06:05 -0400
committerNyx Linden <nyx@lindenlab.com>2013-03-29 18:06:05 -0400
commitadc4f8d02e1184b3072a4ff511594d31c3cd68e0 (patch)
tree24ca324105772f18b70135f7d68bcc88cc993b83 /indra/newview/llchiclet.cpp
parent8e7c04f1d0ef6a7be800a7f3539f301aaededd14 (diff)
parentab272c20a914c4816cee55db7a4bdd0217580630 (diff)
merge
Diffstat (limited to 'indra/newview/llchiclet.cpp')
-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 f50a19761a..88884042d4 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();
}
}