Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
1bdf5ae8
Commit
1bdf5ae8
authored
11 years ago
by
maxim@mnikolenko
Browse files
Options
Downloads
Patches
Plain Diff
MAINT-2386 Update group information before sending invite
parent
2c5b265e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
indra/newview/llfloatergroupinvite.cpp
+6
-0
6 additions, 0 deletions
indra/newview/llfloatergroupinvite.cpp
with
6 additions
and
0 deletions
indra/newview/llfloatergroupinvite.cpp
+
6
−
0
View file @
1bdf5ae8
...
...
@@ -30,6 +30,7 @@
#include
"llpanelgroupinvite.h"
#include
"lltrans.h"
#include
"lldraghandle.h"
#include
"llgroupmgr.h"
class
LLFloaterGroupInvite
::
impl
{
...
...
@@ -123,6 +124,11 @@ void LLFloaterGroupInvite::showForGroup(const LLUUID& group_id, uuid_vec_t *agen
LLFloaterGroupInvite
*
fgi
=
get_if_there
(
impl
::
sInstances
,
group_id
,
(
LLFloaterGroupInvite
*
)
NULL
);
// refresh group information
LLGroupMgr
::
getInstance
()
->
clearGroupData
(
group_id
);
if
(
!
fgi
)
{
fgi
=
new
LLFloaterGroupInvite
(
group_id
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment