Fixes galore!

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4737 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
michael 1999-08-22 04:04:38 +00:00
parent d1acdb324d
commit a009de9b2d
7 changed files with 56 additions and 55 deletions

View file

@ -483,7 +483,7 @@ GSSetDragTypes(NSView* obj, NSArray *types)
- (void) viewWillMoveToWindow: (NSWindow*)newWindow
{
if (newWindow == window)
if (newWindow == window || !newWindow)
return;
if (_rFlags.has_draginfo)