summaryrefslogtreecommitdiff
path: root/indra/newview/llconversationmodel.cpp
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-04-16 19:34:40 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2013-04-16 19:34:40 -0700
commit7f0798fd6dad069aca44b954aa0fb7e49d42198c (patch)
treebfa3d0a23d18550b7e4038b9895eaa7b280d61dd /indra/newview/llconversationmodel.cpp
parent0c93e1746c91d06be61b16663482a5641be931e6 (diff)
adding a new tab in people panel that has a folder view
Diffstat (limited to 'indra/newview/llconversationmodel.cpp')
-rw-r--r--indra/newview/llconversationmodel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llconversationmodel.cpp b/indra/newview/llconversationmodel.cpp
index c74ce24872..ed434d82d5 100644
--- a/indra/newview/llconversationmodel.cpp
+++ b/indra/newview/llconversationmodel.cpp
@@ -95,6 +95,7 @@ void LLConversationItem::postEvent(const std::string& event_type, LLConversation
LLUUID participant_id = (participant ? participant->getUUID() : LLUUID());
LLSD event(LLSDMap("type", event_type)("session_uuid", session_id)("participant_uuid", participant_id));
LLEventPumps::instance().obtain("ConversationsEvents").post(event);
+ LLEventPumps::instance().obtain("ConversationsEventsTwo").post(event);
}
// Virtual action callbacks