diff options
author | fcolin | 2007-02-01 09:54:14 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:54:14 +0000 |
commit | 7a6bc4b8b8170694d262463f514bd4acca9af12a (patch) | |
tree | b34ada51904c05d94b95c9e1ccbddc9585bda352 | |
parent | ee6877dd0f72dd43d6adaae72d2c90c0f93c234d (diff) | |
download | ivy-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)
-rw-r--r-- | CSharp/Ivy/IvyPPC/Ivy.cs | 2 |
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);
}
|