Added in Emerald's 'Chatbar as Command Line'

This commit is contained in:
CharleyLevenque
2010-08-23 01:29:10 -04:00
parent e4d4db02ca
commit 4bac221317
11 changed files with 865 additions and 10 deletions

View File

@@ -485,7 +485,7 @@ BOOL LLFloaterTexturePicker::postBuild()
LLFloater::postBuild();
LLInventoryItem* itemp = gInventory.getItem(mImageAssetID);
if (itemp && !itemp->getPermissions().allowCopyBy(gAgent.getID()))
childSetValue("texture_uuid", mImageAssetID);
else
@@ -935,7 +935,7 @@ void LLFloaterTexturePicker::onTextureSelect( const LLTextureEntry& te, void *da
}
else
{
self->childSetValue("texture_uuid", te.getID().asString());
self->childSetValue("texture_uuid", inventory_item_id.asString());
}
self->commitIfImmediateSet();