diff options
author | Charles Krinke | 2008-05-23 02:45:52 +0000 |
---|---|---|
committer | Charles Krinke | 2008-05-23 02:45:52 +0000 |
commit | 066b350d207f9410b2198726bdd71555b08c2d6d (patch) | |
tree | f81353b8431b0ea29d499f18b6a2457b097abd7d /OpenSim/Framework | |
parent | Thank you kindly, Melanie, for a patch which: (diff) | |
download | opensim-SC_OLD-066b350d207f9410b2198726bdd71555b08c2d6d.zip opensim-SC_OLD-066b350d207f9410b2198726bdd71555b08c2d6d.tar.gz opensim-SC_OLD-066b350d207f9410b2198726bdd71555b08c2d6d.tar.bz2 opensim-SC_OLD-066b350d207f9410b2198726bdd71555b08c2d6d.tar.xz |
Thank you kindly, Melanie, for:
Nothing huge, but the new button code for producing
a new script does well, but the script will not allow
for name change once created. It reverts back to new script.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 109e70b..1a97499 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -566,7 +566,7 @@ namespace OpenSim.Framework | |||
566 | 566 | ||
567 | public delegate void RezScript(IClientAPI remoteClient, InventoryItemBase item, LLUUID transactionID, uint localID); | 567 | public delegate void RezScript(IClientAPI remoteClient, InventoryItemBase item, LLUUID transactionID, uint localID); |
568 | 568 | ||
569 | public delegate void UpdateTaskInventory(IClientAPI remoteClient, LLUUID itemID, LLUUID folderID, uint localID); | 569 | public delegate void UpdateTaskInventory(IClientAPI remoteClient, LLUUID transactionID, TaskInventoryItem item, uint localID); |
570 | 570 | ||
571 | public delegate void MoveTaskInventory(IClientAPI remoteClient, LLUUID folderID, uint localID, LLUUID itemID); | 571 | public delegate void MoveTaskInventory(IClientAPI remoteClient, LLUUID folderID, uint localID, LLUUID itemID); |
572 | 572 | ||