From 0f00eef21798520bcfe27ae03b3f1b2ae938ff13 Mon Sep 17 00:00:00 2001 From: Josh Bell Date: Thu, 1 Nov 2007 23:10:05 +0000 Subject: svn merge -r 71509:72877 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-18-4-Viewer --> release Backport patches and translations from RC branch --- indra/newview/llagent.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'indra/newview/llagent.cpp') diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index fb411315ae..a19107dd9c 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -5130,6 +5130,8 @@ void update_group_floaters(const LLUUID& group_id) // update the talk view gIMMgr->refresh(); } + + gAgent.fireEvent(new LLEvent(&gAgent, "new group"), ""); } // static @@ -5219,7 +5221,6 @@ void LLAgent::processAgentGroupDataUpdate(LLMessageSystem *msg, void **) if (need_floater_update) { update_group_floaters(group.mID); - gAgent.fireEvent(new LLEvent(&gAgent, "new group"), ""); } } @@ -5321,8 +5322,6 @@ void LLAgent::processAgentDataUpdate(LLMessageSystem *msg, void **) } update_group_floaters(active_id); - - gAgent.fireEvent(new LLEvent(&gAgent, "new group"), ""); } // static -- cgit v1.2.3