diff options
author | Melanie | 2011-07-23 11:39:32 +0100 |
---|---|---|
committer | Melanie | 2011-07-23 11:40:38 +0100 |
commit | 4cdc8806fbc0d0d9b0ff878b30a4491b347cf2dc (patch) | |
tree | b377f9c359f09186a3cc40475cfbfde7c5b491f7 /OpenSim/Region/OptionalModules | |
parent | Pass the first name and last name from the agent circuit data to the authoriz... (diff) | |
download | opensim-SC-4cdc8806fbc0d0d9b0ff878b30a4491b347cf2dc.zip opensim-SC-4cdc8806fbc0d0d9b0ff878b30a4491b347cf2dc.tar.gz opensim-SC-4cdc8806fbc0d0d9b0ff878b30a4491b347cf2dc.tar.bz2 opensim-SC-4cdc8806fbc0d0d9b0ff878b30a4491b347cf2dc.tar.xz |
Fix LLTextBox to work with the updated libOMV
Diffstat (limited to 'OpenSim/Region/OptionalModules')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | 2 | ||||
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs index 88db20e..3335f2e 100644 --- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs +++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | |||
@@ -1678,7 +1678,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1678 | { | 1678 | { |
1679 | } | 1679 | } |
1680 | 1680 | ||
1681 | public void SendTextBoxRequest(string message, int chatChannel, string objectname, string ownerFirstName, string ownerLastName, UUID objectId) | 1681 | public void SendTextBoxRequest(string message, int chatChannel, string objectname, UUID ownerID, string ownerFirstName, string ownerLastName, UUID objectId) |
1682 | { | 1682 | { |
1683 | } | 1683 | } |
1684 | 1684 | ||
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs index 15bc1b7..3afcc8d 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |||
@@ -1157,7 +1157,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
1157 | { | 1157 | { |
1158 | } | 1158 | } |
1159 | 1159 | ||
1160 | public void SendTextBoxRequest(string message, int chatChannel, string objectname, string ownerFirstName, string ownerLastName, UUID objectId) | 1160 | public void SendTextBoxRequest(string message, int chatChannel, string objectname, UUID ownerID, string ownerFirstName, string ownerLastName, UUID objectId) |
1161 | { | 1161 | { |
1162 | } | 1162 | } |
1163 | 1163 | ||