From 62d1eba3b2cf1ff9e43e64a22d27b1ee73e6c2c6 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 12 Sep 2008 20:42:04 +0000 Subject: * Patch http://opensimulator.org/mantis/view.php?id=2167 * Force ClickAction persistence even if other object properties are not edited * Thanks nlin! --- OpenSim/Framework/IClientAPI.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Framework/IClientAPI.cs') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index ac97375..1678185 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -422,6 +422,7 @@ namespace OpenSim.Framework event ObjectDeselect OnObjectDeselect; event GenericCall7 OnObjectDescription; event GenericCall7 OnObjectName; + event GenericCall7 OnObjectClickAction; event RequestObjectPropertiesFamily OnRequestObjectPropertiesFamily; event UpdatePrimFlags OnUpdatePrimFlags; event UpdatePrimTexture OnUpdatePrimTexture; -- cgit v1.1