summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
diff options
context:
space:
mode:
authorMaximB ProductEngine <mberezhnoy@productengine.com>2012-12-04 14:45:19 +0200
committerMaximB ProductEngine <mberezhnoy@productengine.com>2012-12-04 14:45:19 +0200
commit4c3510bc4e4c2365bf75c3fbfdfae6b329a420e0 (patch)
tree6a712f7b27366afc5e99e1b43138be45edeef388 /indra/newview/llimview.cpp
parentf888a3fd00ca32275ab2da6437cb011b3ab78f89 (diff)
parent8c24cc8e3635888b766e30001749966eddc0dc7e (diff)
merging
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r--indra/newview/llimview.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index e5dda7e8d8..b6fd3ec9c8 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -191,6 +191,12 @@ void on_new_message(const LLSD& msg)
}
else if("openconversations" == action)
{
+ LLFloaterIMContainer* im_box = LLFloaterReg::getTypedInstance<LLFloaterIMContainer>("im_container");
+ if (im_box)
+ {
+ im_box->flashConversationItemWidget(session_id, true); // flashing of the conversation's item
+ }
+
LLFloaterReg::showInstance("im_container");
}
}