This commit is contained in:
CharleyLevenque
2010-09-08 20:04:35 -04:00
parent 60f056721c
commit 52612780a6
4 changed files with 14 additions and 8 deletions

View File

@@ -763,10 +763,11 @@ void LLPanelGroupGeneral::update(LLGroupChange gc)
if (mGroupNameEditor) mGroupNameEditor->setVisible(FALSE);
if (mFounderName) mFounderName->setNameID(gdatap->mFounderID,FALSE);
LLNameEditor* key_edit = getChild<LLNameEditor>("group_key");
if(key_edit)
{
key_edit->setText(gdatap->getID().asString());
}
if (mInsignia)
{