diff options
author | Josh Bell <josh@lindenlab.com> | 2007-11-01 23:10:05 +0000 |
---|---|---|
committer | Josh Bell <josh@lindenlab.com> | 2007-11-01 23:10:05 +0000 |
commit | 0f00eef21798520bcfe27ae03b3f1b2ae938ff13 (patch) | |
tree | 81c5b33e296d316a10a76c5a9e4cd09790aaa029 /indra/newview/llagent.cpp | |
parent | ef0eb8dbcf3980a057ad0864efa1c8e1575a8428 (diff) |
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
Diffstat (limited to 'indra/newview/llagent.cpp')
-rw-r--r-- | indra/newview/llagent.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
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 |