Author: martin
Date: 2007-01-17 12:21:55 -0500 (Wed, 17 Jan 2007)
New Revision: 71212
Modified:
trunk/debugger/frontend/Interpreter.cs
Log:
Ooops, small fix.
Modified: trunk/debugger/frontend/Interpreter.cs
===================================================================
--- trunk/debugger/frontend/Interpreter.cs 2007-01-17 17:01:01 UTC (rev
71211)
+++ trunk/debugger/frontend/Interpreter.cs 2007-01-17 17:21:55 UTC (rev
71212)
@@ -305,7 +305,7 @@
return;
if ((args.Type == TargetEventType.TargetStopped) &&
((int) args.Data == 0))
- Style.TargetEvent (current_thread, args);
+ Style.TargetEvent (thread, args);
}
public virtual Process Start ()
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches