diff options
| author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-06-22 16:11:25 +0300 | 
|---|---|---|
| committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-06-22 16:11:25 +0300 | 
| commit | d866328f6a9e6537eb8a9775acf4f403b7ad6af6 (patch) | |
| tree | ef52e4b847cf23fe4e4612b6771f27ecafdd7b68 /indra | |
| parent | 84c8050ca0a39fe16a40d3fb9870160ad3fbee84 (diff) | |
CHUI-100 Fix floater's key
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llimview.cpp | 2 | 
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())  		{  | 
