summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-01-17 13:53:47 -0800
committerGilbert Gonzales <gilbert@lindenlab.com>2013-01-17 13:53:47 -0800
commite0b4a1f7acd72de69ca4ef0b44767373c93c13f9 (patch)
tree32026290f8f42ef2b220f3b18877e2b05058ee48 /indra/newview/llimview.cpp
parentfdf774f51fd24bb62d1e1fc580bd04df4547b9f8 (diff)
parente05449e7fe5e39f61c45504e27e109ffb4b68195 (diff)
merging
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r--indra/newview/llimview.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index ff171fc0f8..d0a8dfc0c8 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -2620,8 +2620,9 @@ void LLIMMgr::addMessage(
if (is_offline_msg)
{
LLFloaterReg::showInstance("im_container");
+ LLFloaterReg::getTypedInstance<LLFloaterIMContainer>("im_container")->
+ flashConversationItemWidget(session_id, true);
}
-
}
void LLIMMgr::addSystemMessage(const LLUUID& session_id, const std::string& message_name, const LLSD& args)