diff --git a/ChangeLog b/ChangeLog index 36205c2d9..383909f7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-09 Fred Kiefer + + * Source/NSWindow.m (-sendEvent:): Make the implemenation of the + method prepareForDragOperation: non mandatory. + 2008-06-09 Fred Kiefer * Source/NSTableView.m: Indentation changes. diff --git a/Source/NSWindow.m b/Source/NSWindow.m index 52ed3f0e6..a465cfa91 100644 --- a/Source/NSWindow.m +++ b/Source/NSWindow.m @@ -4000,7 +4000,7 @@ resetCursorRectsForView(NSView *theView) dragInfo = [GSServerForWindow(self) dragInfo]; if (_lastDragView && _f.accepts_drag) { - action = NO; + action = YES; GSPerformDragSelector(_lastDragView, @selector(prepareForDragOperation:), dragInfo, action); if (action)