Hello, Please, review the fix:
jira: https://jbs.oracle.com/bugs/browse/JDK-8013424 webrev: http://cr.openjdk.java.net/~ant/JDK-8013424/webrev.0Clipboard.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.
