The fix looks good to me.
-- best regards, Anthony On 05/28/2013 11:06 PM, Anton V. Tarasov wrote:
Hello, Please, review the fix: jira: https://jbs.oracle.com/bugs/browse/JDK-8013424 webrev: http://cr.openjdk.java.net/~ant/JDK-8013424/webrev.0 Clipboard.addFlavorListener(FlavorListener) notifications are broken on X11 since jdk7 b25. The reason is a typo introduced with JDK-6538066. The condition under which the dispatcher is removed should be inverted. Thanks, Anton.
