summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAlexanderP ProductEngine <apaschenko@productengine.com>2012-06-22 16:11:25 +0300
committerAlexanderP ProductEngine <apaschenko@productengine.com>2012-06-22 16:11:25 +0300
commitd866328f6a9e6537eb8a9775acf4f403b7ad6af6 (patch)
treeef52e4b847cf23fe4e4612b6771f27ecafdd7b68 /indra
parent84c8050ca0a39fe16a40d3fb9870160ad3fbee84 (diff)
CHUI-100 Fix floater's key
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llimview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index 4b82596f37..79018ec366 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -2611,7 +2611,7 @@ LLUUID LLIMMgr::addSession(
if (floater_id.notNull())
{
- LLIMFloater* im_floater = LLIMFloater::findInstance(session_id);
+ LLIMFloater* im_floater = LLIMFloater::findInstance(floater_id);
if (im_floater && im_floater->getStartConferenceInSameFloater())
{