From dff59ab4552077d976795e53f167b46efcd0755e Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Fri, 29 Mar 2013 01:18:48 -0400 Subject: [PATCH] Fix Issue 719: Calling Cards can be opened more than just one at a time --- indra/newview/llinventorybridge.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index befaebf13..be690021f 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -4779,10 +4779,12 @@ void LLCallingCardBridge::buildContextMenu(LLMenuGL& menu, U32 flags) } else { + /* Singu Note: Multiple profiles get opened in a multifloater if ((flags & FIRST_SELECTED_ITEM) == 0) { disabled_items.push_back(std::string("Open")); } + */ addOpenRightClickMenuOption(items); items.push_back(std::string("Properties"));