http://bugs.winehq.org/show_bug.cgi?id=26944 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #20 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Scrub that: it actually seems to work although I cannot find any change in the code. $ wine-git notepad & sleep 10 ; wine-git taskkill /im notepad.exe [1] 347579 Close message sent to top-level windows of process "notepad.exe" with PID 8. $ wine-git notepad & sleep 10 ; wine-git taskkill -im notepad.exe [1] 347679 Close message sent to top-level windows of process "notepad.exe" with PID 8. Fixed then. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.