Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76455 --- shadow/76455 2005-10-17 10:40:35.000000000 -0400 +++ shadow/76455.tmp.32708 2005-12-01 19:09:20.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 76455 Product: Mono: Class Libraries Version: 1.1 OS: unknown OS Details: Gentoo 64bit -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Minor Component: System AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -67,6 +67,9 @@ ProcessStartInfo info = new ProcessStartInfo("xcalc"); Process p = new Process(); p.StartInfo = info; p.EnableRaisingEvents = true; p.Exited +=new EventHandler(p_Exited); p.Start(); + +------- Additional Comments From [EMAIL PROTECTED] 2005-12-01 19:09 ------- +This has been fixed in svn. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
