diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llfloaterimcontainer.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/llfloaterimcontainer.cpp b/indra/newview/llfloaterimcontainer.cpp index cc23449449..062a92b520 100644 --- a/indra/newview/llfloaterimcontainer.cpp +++ b/indra/newview/llfloaterimcontainer.cpp @@ -1291,9 +1291,9 @@ BOOL LLFloaterIMContainer::selectConversationPair(const LLUUID& session_id, bool  {      BOOL handled = TRUE;      LLFloaterIMSessionTab* session_floater = LLFloaterIMSessionTab::findConversation(session_id); - +	      /* widget processing */ -    if (select_widget) +    if (select_widget && mConversationsRoot->getSelectedCount() <= 1)      {  		LLFolderViewItem* widget = get_ptr_in_map(mConversationsWidgets,session_id);      	if (widget && widget->getParentFolder()) | 
