Bug fix to last commit.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32177 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2011-02-15 21:48:00 +00:00
parent ca944f1dfa
commit 466714c847

View file

@ -1166,8 +1166,11 @@ many times.
} }
_contentView = aView; _contentView = aView;
if (_contentView != nil)
{
[_wv setContentView: _contentView]; [_wv setContentView: _contentView];
} }
}
/* /*
* Window graphics * Window graphics