From b4f22bd993d7e5dea1b550ca27548f120c8e1d84 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Mon, 8 Jul 2013 13:39:49 +0200 Subject: [PATCH] Fix merge issue in llavataractions.cpp --- indra/newview/llavataractions.cpp | 45 +++++++++++++------------------ 1 file changed, 19 insertions(+), 26 deletions(-) diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp index 528c77983c..13b401dab0 100644 --- a/indra/newview/llavataractions.cpp +++ b/indra/newview/llavataractions.cpp @@ -69,30 +69,27 @@ #include "llviewerobjectlist.h" #include "llviewermessage.h" // for handle_lure #include "llviewerregion.h" -// [FS communication UI] -#include "fsfloaterim.h" -#include "fsfloaterimcontainer.h" -// [FS communication UI] #include "lltrans.h" #include "llcallingcard.h" #include "llslurl.h" // IDEVO #include "llsidepanelinventory.h" -// [RLVa:KB] - Checked: 2011-04-11 (RLVa-1.3.0) + +// Firestorm includes +#include "fsfloaterim.h" +#include "fsfloaterimcontainer.h" +#include "fsfloaterprofile.h" +#include "fslslbridge.h" +#include "fswsassetblacklist.h" +#include "llfloaterregioninfo.h" +#include "llfloaterreporter.h" +#include "llparcel.h" +#include "lltrans.h" +#include "llviewermenu.h" +#include "llviewerparcelmgr.h" +#include "llworld.h" #include "rlvactions.h" #include "rlvcommon.h" -#include "rlvhandler.h" // FIRE-8804: Prevent opening inventory from using share in radar context menu -// [/RLVa:KB] -#include "fslslbridge.h" -// -#include "llworld.h" //Added: Catznip-2.4.0g -#include "llfloaterreporter.h" // [SL:KB] - Patch: UI-SidepanelPeople -#include "llparcel.h" //Added: Catznip-2.4.0g -#include "llviewerparcelmgr.h" //Added: Catznip-2.4.0g -#include "fsfloaterprofile.h" -#include "llfloaterregioninfo.h" -#include "lltrans.h" -#include "fswsassetblacklist.h" -#include "llviewermenu.h" +#include "rlvhandler.h" // static void LLAvatarActions::requestFriendshipDialog(const LLUUID& id, const std::string& name) @@ -206,9 +203,8 @@ static void on_avatar_name_cache_start_im(const LLUUID& agent_id, if (session_id != LLUUID::null) { // [FS communication UI] - //LLFloaterIMContainer::getInstance()->showConversation(session_id); CHUI merge LL New - //LLIMFloater::show(session_id); CHUI merge LL old - FSFloaterIM::show(session_id); // FS orig + //LLFloaterIMContainer::getInstance()->showConversation(session_id); + FSFloaterIM::show(session_id); // [FS communication UI] } make_ui_sound("UISndStartIM"); @@ -361,15 +357,12 @@ void LLAvatarActions::startConference(const uuid_vec_t& ids, const LLUUID& float if (session_id == LLUUID::null) { - // [FS communication UI] - // return; CHUI merge LL new - //LLIMFloater::show(session_id); CHUI merge LL old - FSFloaterIM::show(session_id); // CHUI merge FS orig - // [FS communication UI] + return; } // [FS communication UI] //FSFloaterIMContainer::getInstance()->showConversation(session_id); + FSFloaterIM::show(session_id); // [FS communication UI] make_ui_sound("UISndStartIM");