src/solaris/classes/sun/awt/X11/XDnDDragSourceProtocol.java
Print this page
*** 393,403 ****
// process it here.
if (xclient.get_window() == sourceWindow) {
return false;
}
! if (logger.isLoggable(PlatformLogger.FINEST)) {
logger.finest(" sourceWindow=" + sourceWindow +
" get_window=" + xclient.get_window() +
" xclient=" + xclient);
}
xclient.set_data(0, xclient.get_window());
--- 393,403 ----
// process it here.
if (xclient.get_window() == sourceWindow) {
return false;
}
! if (logger.isLoggable(PlatformLogger.Level.FINEST)) {
logger.finest(" sourceWindow=" + sourceWindow +
" get_window=" + xclient.get_window() +
" xclient=" + xclient);
}
xclient.set_data(0, xclient.get_window());