There is an other little problem in XGDragView.
In the old version, in [_handleDrag:], [_window orderOut: nil] was called *before* depositing the drop. Putting it at the end of the method, as it is now, causes a problem. Calling xdnd_send_drop() before closing the window, causes, for example, the beginning of a file operation that bring up an alert panel to ask for the user confirmation. This panel is shown when the dragImage and its window are still on the screen and this causes a crash in GWorkspace. _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
