From d866328f6a9e6537eb8a9775acf4f403b7ad6af6 Mon Sep 17 00:00:00 2001 From: AlexanderP ProductEngine Date: Fri, 22 Jun 2012 16:11:25 +0300 Subject: CHUI-100 Fix floater's key --- indra/newview/llimview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') 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()) { -- cgit v1.2.3