summaryrefslogtreecommitdiff
path: root/CSharp
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:54:14 +0000
committerfcolin2007-02-01 09:54:14 +0000
commit7a6bc4b8b8170694d262463f514bd4acca9af12a (patch)
treeb34ada51904c05d94b95c9e1ccbddc9585bda352 /CSharp
parentee6877dd0f72dd43d6adaae72d2c90c0f93c234d (diff)
downloadivy-csharp-7a6bc4b8b8170694d262463f514bd4acca9af12a.zip
ivy-csharp-7a6bc4b8b8170694d262463f514bd4acca9af12a.tar.gz
ivy-csharp-7a6bc4b8b8170694d262463f514bd4acca9af12a.tar.bz2
ivy-csharp-7a6bc4b8b8170694d262463f514bd4acca9af12a.tar.xz
Utilisateur : Fcolin Date : 31/10/03 Heure : 16:40 Archivé dans $/EScribe/Ivy Commentaire: (vss 9)
Diffstat (limited to 'CSharp')
-rw-r--r--CSharp/Ivy/IvyPPC/Ivy.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyPPC/Ivy.cs b/CSharp/Ivy/IvyPPC/Ivy.cs
index 5818949..cd8a5a0 100644
--- a/CSharp/Ivy/IvyPPC/Ivy.cs
+++ b/CSharp/Ivy/IvyPPC/Ivy.cs
@@ -488,7 +488,7 @@ namespace IvyBus
throw new IvyException("(callCallback) Not regexp matching id " + key);
}
if ( syncControl != null )
- syncControl.Invoke( callback, new object[]{client,tab.Clone()});
+ syncControl.Invoke( callback, new object[]{client,tab});
else callback(client, tab);
}